Searched refs:SendAdvCmd (Results 1 – 1 of 1) sorted by relevance
/system/bt/stack/btm/ |
D | ble_advertiser_hci_interface.cc | 98 void SendAdvCmd(const base::Location& posted_from, uint8_t param_len, in SendAdvCmd() function in __anon00701d7a0111::BleAdvertiserVscHciInterfaceImpl 156 SendAdvCmd( in SetParameters() 182 SendAdvCmd(FROM_HERE, (uint8_t)BTM_BLE_MULTI_ADV_WRITE_DATA_LEN, param, in SetAdvertisingData() 209 SendAdvCmd(FROM_HERE, (uint8_t)BTM_BLE_MULTI_ADV_WRITE_DATA_LEN, param, in SetScanResponseData() 224 SendAdvCmd(FROM_HERE, (uint8_t)BTM_BLE_MULTI_ADV_SET_RANDOM_ADDR_LEN, param, in SetRandomAddress() 252 SendAdvCmd(FROM_HERE, (uint8_t)BTM_BLE_MULTI_ADV_ENB_LEN, param, in Enable() 326 void SendAdvCmd(const base::Location& posted_from, uint16_t opcode, in SendAdvCmd() function in __anon00701d7a0111::BleAdvertiserLegacyHciInterfaceImpl 381 SendAdvCmd( in SetParameters() 408 SendAdvCmd(FROM_HERE, HCI_BLE_WRITE_ADV_DATA, param, in SetAdvertisingData() 434 SendAdvCmd(FROM_HERE, HCI_BLE_WRITE_SCAN_RSP_DATA, param, in SetScanResponseData() [all …]
|