Searched refs:c_type (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble_multi_adv.cc | 160 using c_type = std::unique_ptr<CreatorParams>; typedef 317 using c_type = std::unique_ptr<CreatorParams>; in StartAdvertising() typedef 323 [](c_type c, uint8_t status, int8_t tx_power) { in StartAdvertising() 339 [](c_type c, uint8_t status) { in StartAdvertising() 352 [](c_type c, uint8_t status) { in StartAdvertising() 365 [](c_type c, uint8_t status) { in StartAdvertising() 417 [](c_type c, uint8_t advertiser_id, uint8_t status) { in StartAdvertisingSet() 432 [](c_type c, uint8_t status, int8_t tx_power) { in StartAdvertisingSet() 456 [](c_type c, uint8_t status) { in StartAdvertisingSet() 477 void StartAdvertisingSetAfterAddressPart(c_type c) { in StartAdvertisingSetAfterAddressPart() [all …]
|
/packages/modules/Bluetooth/system/bta/hh/ |
D | bta_hh_api.cc | 236 void BTA_HhSendCtrl(uint8_t dev_handle, tBTA_HH_TRANS_CTRL_TYPE c_type) { in BTA_HhSendCtrl() argument 237 bta_hh_snd_write_dev(dev_handle, HID_TRANS_CONTROL, (uint8_t)c_type, 0, 0, in BTA_HhSendCtrl()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_hh_api.cc | 58 void BTA_HhSendCtrl(uint8_t dev_handle, tBTA_HH_TRANS_CTRL_TYPE c_type) { in BTA_HhSendCtrl() argument
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_hh_api.h | 454 void BTA_HhSendCtrl(uint8_t dev_handle, tBTA_HH_TRANS_CTRL_TYPE c_type);
|