Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dble_advertiser.h55 } tBTM_BLE_ADV_PARAMS; typedef
86 tBTM_BLE_ADV_PARAMS* params,
103 tBTM_BLE_ADV_PARAMS* params, std::vector<uint8_t> advertise_data,
126 virtual void SetParameters(uint8_t inst_id, tBTM_BLE_ADV_PARAMS* p_params,
/system/bt/btif/src/
Dbtif_ble_advertiser.cc62 void parseParams(tBTM_BLE_ADV_PARAMS* p_params, in parseParams()
130 tBTM_BLE_ADV_PARAMS* p_params = new tBTM_BLE_ADV_PARAMS; in SetParameters()
171 tBTM_BLE_ADV_PARAMS* p_params = new tBTM_BLE_ADV_PARAMS; in StartAdvertising()
194 tBTM_BLE_ADV_PARAMS* p_params = new tBTM_BLE_ADV_PARAMS; in StartAdvertisingSet()
/system/bt/stack/test/
Dble_advertiser_test.cc233 tBTM_BLE_ADV_PARAMS params; in TEST_F()
307 tBTM_BLE_ADV_PARAMS params; in TEST_F()
356 tBTM_BLE_ADV_PARAMS params; in TEST_F()
441 tBTM_BLE_ADV_PARAMS params; in TEST_F()
516 tBTM_BLE_ADV_PARAMS params; in TEST_F()
681 tBTM_BLE_ADV_PARAMS params; in TEST_F()
795 tBTM_BLE_ADV_PARAMS params; in TEST_F()
955 tBTM_BLE_ADV_PARAMS params; in TEST_F()
1064 tBTM_BLE_ADV_PARAMS params; in TEST_F()
/system/bt/stack/btm/
Dbtm_ble_multi_adv.cc147 tBTM_BLE_ADV_PARAMS params;
279 tBTM_BLE_ADV_PARAMS* params, in StartAdvertising()
288 tBTM_BLE_ADV_PARAMS params; in StartAdvertising()
376 void StartAdvertisingSet(IdTxPowerStatusCb cb, tBTM_BLE_ADV_PARAMS* params, in StartAdvertisingSet()
667 void SetParameters(uint8_t inst_id, tBTM_BLE_ADV_PARAMS* p_params, in SetParameters()