Searched refs:tBTM_BLE_ADV_PARAMS (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/src/ |
D | btif_ble_advertiser.cc | 62 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/ |
D | ble_advertiser.h | 54 } 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/ |
D | ble_advertiser_test.cc | 236 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/ |
D | btm_ble_multi_adv.cc | 136 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()
|