Home
last modified time | relevance | path

Searched refs:tBTM_INQ_RESULTS (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/stack/gap/
Dgap_api.c604 memcpy(p_results, &gap_cb.cur_inqptr->results, sizeof(tBTM_INQ_RESULTS)); in GAP_GetFirstInquiryResult()
614 memset(p_results, 0, sizeof(tBTM_INQ_RESULTS)); in GAP_GetFirstInquiryResult()
654 memset(p_results, 0, sizeof(tBTM_INQ_RESULTS)); in GAP_GetNextInquiryResult()
Dgap_utils.c116 void gap_inq_results_cb(tBTM_INQ_RESULTS *p_results, UINT8 *p_eir) in gap_inq_results_cb()
/external/bluetooth/bluedroid/stack/btm/
Dbtm_inq.c153 static void btm_set_eir_uuid( UINT8 *p_eir, tBTM_INQ_RESULTS *p_results );
2081 tBTM_INQ_RESULTS *p_cur=NULL; in btm_process_inq_results()
2332 (p_inq_results_cb)((tBTM_INQ_RESULTS *) p_cur, p_eir_data); in btm_process_inq_results()
2334 (p_inq_results_cb)((tBTM_INQ_RESULTS *) p_cur, NULL); in btm_process_inq_results()
3050 tBTM_EIR_SEARCH_RESULT BTM_HasInquiryEirService( tBTM_INQ_RESULTS *p_results, UINT16 uuid16 ) in BTM_HasInquiryEirService()
3371 void btm_set_eir_uuid( UINT8 *p_eir, tBTM_INQ_RESULTS *p_results ) in btm_set_eir_uuid()
Dbtm_ble_gap.c2002 void btm_ble_cache_adv_data(tBTM_INQ_RESULTS *p_cur, UINT8 data_len, UINT8 *p, UINT8 evt_type) in btm_ble_cache_adv_data()
2241 tBTM_INQ_RESULTS *p_cur = &p_i->inq_info.results; in btm_ble_update_inq_result()
2576 … (p_inq_results_cb)((tBTM_INQ_RESULTS *) &p_i->inq_info.results, p_le_inq_cb->adv_data_cache); in btm_ble_process_adv_pkt_cont()
2580 … (p_obs_results_cb)((tBTM_INQ_RESULTS *) &p_i->inq_info.results, p_le_inq_cb->adv_data_cache); in btm_ble_process_adv_pkt_cont()
/external/bluetooth/bluedroid/stack/include/
Dgap_api.h165 typedef tBTM_INQ_RESULTS tGAP_INQ_RESULTS; /* see btm_api.h */
Dbtm_api.h625 } tBTM_INQ_RESULTS; typedef
633 tBTM_INQ_RESULTS results;
689 typedef void (tBTM_INQ_RESULTS_CB) (tBTM_INQ_RESULTS *p_inq_results, UINT8 *p_eir);
4354 BTM_API extern tBTM_EIR_SEARCH_RESULT BTM_HasInquiryEirService( tBTM_INQ_RESULTS *p_results,
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c48 static void bta_dm_inq_results_cb (tBTM_INQ_RESULTS *p_inq, UINT8 *p_eir);
77 static void bta_dm_eir_search_services( tBTM_INQ_RESULTS *p_result,
114 static void bta_dm_observe_results_cb (tBTM_INQ_RESULTS *p_inq, UINT8 *p_eir);
2575 static void bta_dm_inq_results_cb (tBTM_INQ_RESULTS *p_inq, UINT8 *p_eir) in bta_dm_inq_results_cb()
4466 static void bta_dm_eir_search_services( tBTM_INQ_RESULTS *p_result, in bta_dm_eir_search_services()
4768 static void bta_dm_observe_results_cb (tBTM_INQ_RESULTS *p_inq, UINT8 *p_eir) in bta_dm_observe_results_cb()