Home
last modified time | relevance | path

Searched refs:is_classic (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl_api.h163 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/
Dconfig_cache.cc465 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/
Dacl_api.cc131 void bluetooth::shim::ACL_Disconnect(uint16_t handle, bool is_classic, in ACL_Disconnect() argument
133 (is_classic) in ACL_Disconnect()
Dacl_api.h36 void ACL_Disconnect(uint16_t handle, bool is_classic, tHCI_STATUS reason,