Home
last modified time | relevance | path

Searched refs:tBTA_HH_STATUS (Results 1 – 6 of 6) sorted by relevance

/system/bt/bta/include/
Dbta_hh_api.h133 typedef uint8_t tBTA_HH_STATUS; typedef
208 tBTA_HH_STATUS status; /* operation status */
221 tBTA_HH_STATUS status; /* operation status */
264 tBTA_HH_STATUS status; /* handshake status */
284 tBTA_HH_STATUS status; /* BTA_HH_ENABLE_EVT */
/system/bt/bta/hh/
Dbta_hh_int.h163 tBTA_HH_STATUS status;
246 tBTA_HH_STATUS status;
342 extern void bta_hh_cleanup_disable(tBTA_HH_STATUS status);
351 extern tBTA_HH_STATUS bta_hh_read_ssr_param(BD_ADDR bd_addr,
Dbta_hh_act.cc48 static tBTA_HH_STATUS bta_hh_get_trans_status(uint32_t result);
69 tBTA_HH_STATUS status = BTA_HH_ERR; in bta_hh_api_enable()
155 tBTA_HH_STATUS status = BTA_HH_OK; in bta_hh_disc_cmpl()
177 tBTA_HH_STATUS status = BTA_HH_ERR_SDP; in bta_hh_sdp_cback()
244 tBTA_HH_STATUS status = BTA_HH_ERR_SDP; in bta_hh_di_sdp_cback()
308 tBTA_HH_STATUS status = BTA_HH_ERR_SDP; in bta_hh_start_sdp()
394 tBTA_HH_STATUS status = p_data->status; in bta_hh_sdp_cmpl()
1160 static tBTA_HH_STATUS bta_hh_get_trans_status(uint32_t result) { in bta_hh_get_trans_status()
1168 return (tBTA_HH_STATUS)result; in bta_hh_get_trans_status()
Dbta_hh_utils.cc374 tBTA_HH_STATUS bta_hh_read_ssr_param(BD_ADDR bd_addr, uint16_t* p_max_ssr_lat, in bta_hh_read_ssr_param()
376 tBTA_HH_STATUS status = BTA_HH_ERR; in bta_hh_read_ssr_param()
425 void bta_hh_cleanup_disable(tBTA_HH_STATUS status) { in bta_hh_cleanup_disable()
Dbta_hh_le.cc332 tBTA_HH_STATUS status = BTA_HH_ERR; in bta_hh_le_enable()
615 static tBTA_HH_STATUS bta_hh_le_read_char_descriptor(tBTA_HH_DEV_CB* p_cb, in bta_hh_le_read_char_descriptor()
1345 void bta_hh_le_gatt_disc_cmpl(tBTA_HH_DEV_CB* p_cb, tBTA_HH_STATUS status) { in bta_hh_le_gatt_disc_cmpl()
/system/bt/btif/src/
Dbtif_hh.cc1122 param_len = sizeof(tBTA_HH_STATUS); in bte_hh_evt()
1126 param_len = sizeof(tBTA_HH_STATUS); in bte_hh_evt()