Searched refs:is_classic (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_acl_api.h | 163 std::function<void(uint16_t handle, bool is_classic, tHCI_STATUS reason, 165 body{[](uint16_t handle, bool is_classic, tHCI_STATUS reason, 167 void operator()(uint16_t handle, bool is_classic, tHCI_STATUS reason, in operator() 169 body(handle, is_classic, reason, comment); in operator()
|
/packages/modules/Bluetooth/system/gd/storage/ |
D | config_cache.cc | 465 bool is_classic = false; in FixDeviceTypeInconsistencyInSection() local 473 is_classic = true; in FixDeviceTypeInconsistencyInSection() 476 if (is_classic && is_le) { in FixDeviceTypeInconsistencyInSection() 478 } else if (is_classic) { in FixDeviceTypeInconsistencyInSection()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl_api.cc | 131 void bluetooth::shim::ACL_Disconnect(uint16_t handle, bool is_classic, in ACL_Disconnect() argument 133 (is_classic) in ACL_Disconnect()
|
D | acl_api.h | 36 void ACL_Disconnect(uint16_t handle, bool is_classic, tHCI_STATUS reason,
|