Searched refs:c_type (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble_multi_adv.cc | 157 using c_type = std::unique_ptr<CreatorParams>; typedef 307 using c_type = std::unique_ptr<CreatorParams>; in StartAdvertising() typedef 313 [](c_type c, uint8_t status, int8_t tx_power) { in StartAdvertising() 329 [](c_type c, uint8_t status) { in StartAdvertising() 342 [](c_type c, uint8_t status) { in StartAdvertising() 355 [](c_type c, uint8_t status) { in StartAdvertising() 401 [](c_type c, uint8_t advertiser_id, uint8_t status) { in StartAdvertisingSet() 416 [](c_type c, uint8_t status, int8_t tx_power) { in StartAdvertisingSet() 439 [](c_type c, uint8_t status) { in StartAdvertisingSet() 459 void StartAdvertisingSetAfterAddressPart(c_type c) { in StartAdvertisingSetAfterAddressPart() [all …]
|
/system/bt/bta/hh/ |
D | bta_hh_api.cc | 258 void BTA_HhSendCtrl(uint8_t dev_handle, tBTA_HH_TRANS_CTRL_TYPE c_type) { in BTA_HhSendCtrl() argument 259 bta_hh_snd_write_dev(dev_handle, HID_TRANS_CONTROL, (uint8_t)c_type, 0, 0, in BTA_HhSendCtrl()
|
/system/bt/bta/include/ |
D | bta_hh_api.h | 428 extern void BTA_HhSendCtrl(uint8_t dev_handle, tBTA_HH_TRANS_CTRL_TYPE c_type);
|