Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_dm.c159 if (p_search_data->inq_res.p_eir) in check_eir_remote_name()
161 p_eir_remote_name = BTA_CheckEirData(p_search_data->inq_res.p_eir, in check_eir_remote_name()
165 p_eir_remote_name = BTA_CheckEirData(p_search_data->inq_res.p_eir, in check_eir_remote_name()
456 if (p_src_data->inq_res.p_eir) in search_devices_copy_cb()
458 p_dest_data->inq_res.p_eir = (UINT8 *)(p_dest + sizeof(tBTA_DM_SEARCH)); in search_devices_copy_cb()
459 … memcpy(p_dest_data->inq_res.p_eir, p_src_data->inq_res.p_eir, HCI_EXT_INQ_RESPONSE_LEN); in search_devices_copy_cb()
858 if (p_search_data->inq_res.p_eir) in btif_dm_search_devices_evt()
860 BTA_GetEirService(p_search_data->inq_res.p_eir, &services); in btif_dm_search_devices_evt()
1353 if (p_data->inq_res.p_eir) in bte_search_devices_evt()
/external/bluetooth/bluedroid/stack/btm/
Dbtm_inq.c153 static void btm_set_eir_uuid( UINT8 *p_eir, tBTM_INQ_RESULTS *p_results );
154 static UINT8 *btm_eir_get_uuid_list( UINT8 *p_eir, UINT8 uuid_size,
2787 UINT8 *BTM_CheckEirData( UINT8 *p_eir, UINT8 type, UINT8 *p_length ) in BTM_CheckEirData() argument
2790 UINT8 *p = p_eir; in BTM_CheckEirData()
2796 while( length && (p - p_eir <= HCI_EXT_INQ_RESPONSE_LEN)) in BTM_CheckEirData()
3016 UINT8 BTM_GetEirUuidList( UINT8 *p_eir, UINT8 uuid_size, UINT8 *p_num_uuid, in BTM_GetEirUuidList() argument
3027 p_uuid_data = btm_eir_get_uuid_list( p_eir, uuid_size, p_num_uuid, &type ); in BTM_GetEirUuidList()
3093 static UINT8 *btm_eir_get_uuid_list( UINT8 *p_eir, UINT8 uuid_size, in btm_eir_get_uuid_list() argument
3120 p_uuid_data = BTM_CheckEirData( p_eir, complete_type, &uuid_len ); in btm_eir_get_uuid_list()
3123 p_uuid_data = BTM_CheckEirData( p_eir, more_type, &uuid_len ); in btm_eir_get_uuid_list()
[all …]
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_api.c1000 UINT8 *BTA_CheckEirData( UINT8 *p_eir, UINT8 type, UINT8 *p_length ) in BTA_CheckEirData() argument
1003 return BTM_CheckEirData( p_eir, type, p_length ); in BTA_CheckEirData()
1022 void BTA_GetEirService( UINT8 *p_eir, tBTA_SERVICE_MASK *p_services ) in BTA_GetEirService() argument
1031 BTM_GetEirUuidList( p_eir, LEN_UUID_16, &num_uuid, uuid_list, max_num_uuid); in BTA_GetEirService()
Dbta_dm_act.c42 static void bta_dm_inq_results_cb (tBTM_INQ_RESULTS *p_inq, UINT8 *p_eir);
2399 static void bta_dm_inq_results_cb (tBTM_INQ_RESULTS *p_inq, UINT8 *p_eir) in bta_dm_inq_results_cb() argument
2420 result.inq_res.p_eir = p_eir; in bta_dm_inq_results_cb()
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h735 UINT8 *p_eir; /* received EIR */ member
1379 BTA_API extern UINT8 *BTA_CheckEirData( UINT8 *p_eir, UINT8 tag, UINT8 *p_length );
1393 BTA_API extern void BTA_GetEirService( UINT8 *p_eir, tBTA_SERVICE_MASK *p_services );
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h659 typedef void (tBTM_INQ_RESULTS_CB) (tBTM_INQ_RESULTS *p_inq_results, UINT8 *p_eir);
4184 BTM_API extern UINT8 *BTM_CheckEirData( UINT8 *p_eir, UINT8 type, UINT8 *p_length );
4285 BTM_API extern UINT8 BTM_GetEirUuidList( UINT8 *p_eir, UINT8 uuid_size, UINT8 *p_num_uuid,