Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/include/
Dbta_hh_api.h138 typedef UINT8 tBTA_HH_STATUS; typedef
218 tBTA_HH_STATUS status; /* operation status */
232 tBTA_HH_STATUS status; /* operation status */
281 tBTA_HH_STATUS status; /* handshake status */
303 tBTA_HH_STATUS status; /* BTA_HH_ENABLE_EVT */
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_act.c47 static tBTA_HH_STATUS bta_hh_get_trans_status(UINT32 result);
69 tBTA_HH_STATUS status = BTA_HH_ERR; in bta_hh_api_enable()
164 tBTA_HH_STATUS status = BTA_HH_OK; in bta_hh_disc_cmpl()
192 tBTA_HH_STATUS status = BTA_HH_ERR_SDP; in bta_hh_sdp_cback()
267 tBTA_HH_STATUS status = BTA_HH_ERR_SDP; in bta_hh_di_sdp_cback()
336 tBTA_HH_STATUS status = BTA_HH_ERR_SDP; in bta_hh_start_sdp()
429 tBTA_HH_STATUS status = p_data->status; in bta_hh_sdp_cmpl()
1247 static tBTA_HH_STATUS bta_hh_get_trans_status(UINT32 result) in bta_hh_get_trans_status()
1257 return (tBTA_HH_STATUS)result; in bta_hh_get_trans_status()
Dbta_hh_int.h180 tBTA_HH_STATUS status;
272 tBTA_HH_STATUS status;
373 extern void bta_hh_cleanup_disable(tBTA_HH_STATUS status);
382 extern tBTA_HH_STATUS bta_hh_read_ssr_param(BD_ADDR bd_addr, UINT16 *p_max_ssr_lat, UINT16 *p_min_s…
Dbta_hh_utils.c408 tBTA_HH_STATUS bta_hh_read_ssr_param(BD_ADDR bd_addr, UINT16 *p_max_ssr_lat, UINT16 *p_min_ssr_tout) in bta_hh_read_ssr_param()
410 tBTA_HH_STATUS status = BTA_HH_ERR; in bta_hh_read_ssr_param()
465 void bta_hh_cleanup_disable(tBTA_HH_STATUS status) in bta_hh_cleanup_disable()
Dbta_hh_le.c232 tBTA_HH_STATUS status = BTA_HH_ERR; in bta_hh_le_register_cmpl()
593 tBTA_HH_STATUS bta_hh_le_read_char_dscrpt(tBTA_HH_DEV_CB *p_cb, UINT16 srvc_uuid, UINT8 srvc_inst_i… in bta_hh_le_read_char_dscrpt()
599 tBTA_HH_STATUS status = BTA_HH_ERR; in bta_hh_le_read_char_dscrpt()
1466 void bta_hh_le_gatt_disc_cmpl(tBTA_HH_DEV_CB *p_cb, tBTA_HH_STATUS status) in bta_hh_le_gatt_disc_cmpl()
/external/bluetooth/bluedroid/btif/src/
Dbtif_hh.c1104 param_len = sizeof(tBTA_HH_STATUS); in bte_hh_evt()
1108 param_len = sizeof(tBTA_HH_STATUS); in bte_hh_evt()