Home
last modified time | relevance | path

Searched refs:adv_type (Results 1 – 10 of 10) sorted by relevance

/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.cpp67 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()
Dfake_bluetooth_gatt_interface.h46 int client_if, int min_interval, int max_interval, int adv_type,
/system/bt/stack/btm/
Dbtm_ble_multi_adv.c268 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()
Dbtm_ble_gap.c1292 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/
Dbtif_gatt_multi_adv_util.c273 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()
Dbtif_gatt_client.c2002 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/
Dbtm_ble_api.h439 UINT8 adv_type; member
487 UINT8 adv_type; member
Dhcimsgs.h697 UINT8 adv_type, UINT8 addr_type_own,
/system/bt/stack/hcic/
Dhciblecmds.c71 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/
Dbta_api.h397 tBTA_BLE_ADV_EVT adv_type; /* adv event type */ member