Home
last modified time | relevance | path

Searched refs:BTM_CheckEirData (Results 1 – 4 of 4) sorted by relevance

/system/bt/btif/src/
Dbtif_gatt_client.c442 p_eir_remote_name = BTM_CheckEirData(p_btif_cb->value, in btif_gattc_update_properties()
447 p_eir_remote_name = BTM_CheckEirData(p_btif_cb->value, in btif_gattc_update_properties()
624 p_eir_remote_name = BTM_CheckEirData(p_btif_cb->value, in btif_gattc_upstreams_evt()
629 p_eir_remote_name = BTM_CheckEirData(p_btif_cb->value, in btif_gattc_upstreams_evt()
1030 if (BTM_CheckEirData(p_data->inq_res.p_eir, BTM_EIR_COMPLETE_LOCAL_NAME_TYPE, in bta_scan_results_cb()
Dbtif_dm.c313 p_eir_remote_name = BTM_CheckEirData(p_search_data->inq_res.p_eir, in check_eir_remote_name()
317 p_eir_remote_name = BTM_CheckEirData(p_search_data->inq_res.p_eir, in check_eir_remote_name()
/system/bt/stack/btm/
Dbtm_inq.c2499 UINT8 *BTM_CheckEirData( UINT8 *p_eir, UINT8 type, UINT8 *p_length ) in BTM_CheckEirData() function
2804 p_uuid_data = BTM_CheckEirData( p_eir, complete_type, &uuid_len ); in btm_eir_get_uuid_list()
2807 p_uuid_data = BTM_CheckEirData( p_eir, more_type, &uuid_len ); in btm_eir_get_uuid_list()
/system/bt/stack/include/
Dbtm_api.h3765 extern UINT8 *BTM_CheckEirData( UINT8 *p_eir, UINT8 type, UINT8 *p_length );