Searched refs:adv_type (Results 1 – 10 of 10) sorted by relevance
/system/bt/service/hal/ |
D | fake_bluetooth_gatt_interface.cpp | 67 int client_if, int min_interval, int max_interval, int adv_type, in FakeMultiAdvEnable() argument 71 adv_type, chnl_map, tx_power, timeout_s); in FakeMultiAdvEnable()
|
D | fake_bluetooth_gatt_interface.h | 46 int client_if, int min_interval, int max_interval, int adv_type,
|
/system/bt/stack/btm/ |
D | btm_ble_multi_adv.c | 268 UINT8_TO_STREAM (pp, p_params->adv_type); in btm_ble_multi_adv_set_params() 284 p_params->adv_int_min,p_params->adv_int_max,p_params->adv_type); in btm_ble_multi_adv_set_params() 312 p_inst->adv_evt = p_params->adv_type; in btm_ble_multi_adv_set_params()
|
D | btm_ble_gap.c | 1292 UINT8 adv_type; in BTM_CheckAdvData() local 1299 STREAM_TO_UINT8(adv_type, p); in BTM_CheckAdvData() 1301 if ( adv_type == type ) in BTM_CheckAdvData() 1601 *p ++ = p_elem->adv_type; in btm_ble_build_adv_data()
|
/system/bt/btif/src/ |
D | btif_gatt_multi_adv_util.c | 273 if (p_multi_adv_data_cb->inst_cb[cbindex].param.adv_type == BTA_BLE_NON_CONNECT_EVT) in btif_gattc_copy_datacb() 342 p_elem->adv_type = BTM_BLE_AD_TYPE_SERVICE_DATA; in btif_gattc_copy_datacb()
|
D | btif_gatt_client.c | 2002 int adv_type, int chnl_map, int tx_power, int timeout_s) in btif_gattc_multi_adv_enable() argument 2011 adv_cb.param.adv_type = adv_type; in btif_gattc_multi_adv_enable() 2021 int adv_type, int chnl_map,int tx_power, int timeout_s) in btif_gattc_multi_adv_update() argument 2030 adv_cb.param.adv_type = adv_type; in btif_gattc_multi_adv_update()
|
/system/bt/stack/include/ |
D | btm_ble_api.h | 439 UINT8 adv_type; member 487 UINT8 adv_type; member
|
D | hcimsgs.h | 697 UINT8 adv_type, UINT8 addr_type_own,
|
/system/bt/stack/hcic/ |
D | hciblecmds.c | 71 UINT8 adv_type, UINT8 addr_type_own, in btsnd_hcic_ble_write_adv_params() argument 86 UINT8_TO_STREAM (pp, adv_type); in btsnd_hcic_ble_write_adv_params()
|
/system/bt/bta/include/ |
D | bta_api.h | 397 tBTA_BLE_ADV_EVT adv_type; /* adv event type */ member
|