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.cc64 void parseParams(tBTM_BLE_ADV_PARAMS* p_params, in parseParams()
132 tBTM_BLE_ADV_PARAMS* p_params = new tBTM_BLE_ADV_PARAMS; in SetParameters()
173 tBTM_BLE_ADV_PARAMS* p_params = new tBTM_BLE_ADV_PARAMS; in StartAdvertising()
196 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.cc148 tBTM_BLE_ADV_PARAMS params;
280 tBTM_BLE_ADV_PARAMS* params, in StartAdvertising()
289 tBTM_BLE_ADV_PARAMS params; in StartAdvertising()
377 void StartAdvertisingSet(IdTxPowerStatusCb cb, tBTM_BLE_ADV_PARAMS* params, in StartAdvertisingSet()
671 void SetParameters(uint8_t inst_id, tBTM_BLE_ADV_PARAMS* p_params, in SetParameters()