Searched refs:is_scan_rsp (Results 1 – 9 of 9) sorted by relevance
/external/bluetooth/bluedroid/btif/include/ |
D | btif_gatt_multi_adv_util.h | 55 BOOLEAN is_scan_rsp; member
|
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_ble_multi_adv.c | 642 tBTM_STATUS BTM_BleCfgAdvInstData (UINT8 inst_id, BOOLEAN is_scan_rsp, in BTM_BleCfgAdvInstData() argument 647 UINT8 sub_code = (is_scan_rsp) ? in BTM_BleCfgAdvInstData()
|
/external/bluetooth/bluedroid/bta/dm/ |
D | bta_dm_api.c | 2092 void BTA_BleCfgAdvInstData (UINT8 inst_id, BOOLEAN is_scan_rsp, in BTA_BleCfgAdvInstData() argument 2106 p_msg->is_scan_rsp = is_scan_rsp; in BTA_BleCfgAdvInstData()
|
D | bta_dm_int.h | 581 BOOLEAN is_scan_rsp; member
|
D | bta_dm_act.c | 5367 p_data->ble_multi_adv_data.is_scan_rsp, in bta_dm_ble_multi_adv_data()
|
/external/bluetooth/bluedroid/stack/include/ |
D | btm_ble_api.h | 1598 BTM_API extern tBTM_STATUS BTM_BleCfgAdvInstData (UINT8 inst_id, BOOLEAN is_scan_rsp,
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_gatt_multi_adv_util.c | 265 p_multi_adv_data_cb->inst_cb[cbindex].is_scan_rsp = p_adv_data->set_scan_rsp ? 1 : 0; in btif_gattc_copy_datacb()
|
D | btif_gatt_client.c | 1598 BTA_BleCfgAdvInstData((UINT8)inst_id, p_multi_adv_data_cb->inst_cb[cbindex].is_scan_rsp, in btgattc_handle_event()
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_api.h | 2402 BTA_API extern void BTA_BleCfgAdvInstData (UINT8 inst_id, BOOLEAN is_scan_rsp,
|