Home
last modified time | relevance | path

Searched refs:tBTM_BLE_ADV_PARAMS (Results 1 – 4 of 4) sorted by relevance

/system/bt/btif/src/
Dbtif_ble_advertiser.cc62 void parseParams(tBTM_BLE_ADV_PARAMS* p_params, in parseParams()
121 tBTM_BLE_ADV_PARAMS* p_params = new tBTM_BLE_ADV_PARAMS; in SetParameters()
161 tBTM_BLE_ADV_PARAMS* p_params = new tBTM_BLE_ADV_PARAMS; in StartAdvertising()
183 tBTM_BLE_ADV_PARAMS* p_params = new tBTM_BLE_ADV_PARAMS; in StartAdvertisingSet()
/system/bt/stack/include/
Dble_advertiser.h54 } tBTM_BLE_ADV_PARAMS; typedef
84 tBTM_BLE_ADV_PARAMS* params,
101 tBTM_BLE_ADV_PARAMS* params, std::vector<uint8_t> advertise_data,
124 virtual void SetParameters(uint8_t inst_id, tBTM_BLE_ADV_PARAMS* p_params,
/system/bt/stack/test/
Dble_advertiser_test.cc236 tBTM_BLE_ADV_PARAMS params; in TEST_F()
301 tBTM_BLE_ADV_PARAMS params; in TEST_F()
349 tBTM_BLE_ADV_PARAMS params; in TEST_F()
419 tBTM_BLE_ADV_PARAMS params; in TEST_F()
490 tBTM_BLE_ADV_PARAMS params; in TEST_F()
654 tBTM_BLE_ADV_PARAMS params; in TEST_F()
/system/bt/stack/btm/
Dbtm_ble_multi_adv.cc136 tBTM_BLE_ADV_PARAMS params;
300 tBTM_BLE_ADV_PARAMS* params, in StartAdvertising()
309 tBTM_BLE_ADV_PARAMS params; in StartAdvertising()
377 void StartAdvertisingSet(IdTxPowerStatusCb cb, tBTM_BLE_ADV_PARAMS* params, in StartAdvertisingSet()
604 void SetParameters(uint8_t inst_id, tBTM_BLE_ADV_PARAMS* p_params, in SetParameters()