| /packages/modules/Bluetooth/system/gd/hci/ |
| D | class_of_device_unittest.cc | 30 ClassOfDevice cod(test_bytes); in TEST() local 42 ClassOfDevice cod; in TEST() local 55 ClassOfDevice cod; in TEST() local 90 ClassOfDevice cod; in TEST() local 102 auto cod = ClassOfDevice::FromUint32Legacy(0); in TEST() local
|
| D | class_of_device.h | 36 std::array<uint8_t, kLength> cod = {}; variable
|
| D | class_of_device.cc | 135 bool ClassOfDevice::IsValid(const std::string& cod) { in IsValid()
|
| /packages/modules/Bluetooth/system/types/test/ |
| D | class_of_device_unittest.cc | 27 ClassOfDevice cod(test_bytes); in TEST() local 39 ClassOfDevice cod; in TEST() local 52 ClassOfDevice cod; in TEST() local 87 ClassOfDevice cod; in TEST() local
|
| /packages/modules/Bluetooth/system/types/ |
| D | class_of_device.h | 32 uint8_t cod[kLength]; variable
|
| D | class_of_device.cc | 75 bool ClassOfDevice::IsValid(const std::string& cod) { in IsValid()
|
| /packages/modules/Bluetooth/tools/rootcanal/include/hci/ |
| D | class_of_device.h | 35 std::array<uint8_t, kLength> cod = {}; variable
|
| /packages/modules/Bluetooth/system/gd/rust/linux/utils/src/ |
| D | lib.rs | 5 pub mod cod; module
|
| /packages/modules/Bluetooth/system/btif/src/ |
| D | btif_util.cc | 63 uint32_t cod = 0; in devclass2uint() local 72 void uint2devclass(uint32_t cod, DEV_CLASS dev_class) { in uint2devclass()
|
| D | btif_iot_config.cc | 74 uint32_t cod = 0; in btif_iot_update_remote_info() local
|
| D | btif_dm.cc | 495 bool check_cod(const RawAddress* remote_bdaddr, uint32_t cod) { in check_cod() 663 uint32_t cod; in btif_update_remote_properties() local 906 uint32_t cod; in btif_dm_pin_req_evt() local 1002 uint32_t cod; in btif_dm_ssp_cfm_req_evt() local 1087 uint32_t cod; in btif_dm_ssp_key_notif_evt() local 1391 uint32_t cod = 0; in btif_dm_search_devices_evt() local 1462 uint32_t cod = devclass2uint(p_search_data->inq_res.dev_class); in btif_dm_search_devices_evt() local 3375 uint32_t cod; in btif_dm_ble_key_notif_evt() local 3612 uint32_t cod; in btif_dm_ble_sec_req_evt() local 3663 uint32_t cod; in btif_dm_ble_passkey_req_evt() local [all …]
|
| D | bluetooth.cc | 1240 uint32_t cod, bool min_16_digit) { in invoke_pin_request_cb() 1243 uint32_t cod, bool min_16_digit) { in invoke_pin_request_cb() 1252 uint32_t cod, bt_ssp_variant_t pairing_variant, in invoke_ssp_request_cb() 1257 bt_ssp_variant_t pairing_variant, uint32_t pass_key) { in invoke_ssp_request_cb()
|
| D | btif_sock_sdp.cc | 287 tBTA_UTL_COD cod; in add_ops_sdp() local
|
| /packages/modules/Bluetooth/system/stack/btm/ |
| D | btm_iot_config.cc | 38 uint32_t cod = 0; in btm_iot_save_remote_properties() local
|
| D | btm_sco.cc | 1121 const RawAddress& bda, const bluetooth::types::ClassOfDevice& cod) { in btm_sco_on_esco_connect_request() 1128 const RawAddress& bda, const bluetooth::types::ClassOfDevice& cod) { in btm_sco_on_sco_connect_request()
|
| /packages/modules/Bluetooth/system/test/headless/ |
| D | bt_property.cc | 66 uint32_t cod = *(reinterpret_cast<uint32_t*>(prop->val)); in process_property() local
|
| D | headless.cc | 123 [[maybe_unused]] uint32_t cod, in pin_request() 130 [[maybe_unused]] uint32_t cod, in ssp_request()
|
| D | property.h | 110 uint32_t* cod = reinterpret_cast<uint32_t*>(data.get()); in get_class_of_device() local
|
| /packages/modules/Bluetooth/system/test/mock/ |
| D | mock_stack_btm_sco.cc | 110 const RawAddress& bda, const bluetooth::types::ClassOfDevice& cod) { in btm_sco_on_esco_connect_request() 114 const RawAddress& bda, const bluetooth::types::ClassOfDevice& cod) { in btm_sco_on_sco_connect_request()
|
| D | mock_bluetooth_interface.cc | 34 uint32_t cod, bool min_16_digit) {} in invoke_pin_request_cb() 36 uint32_t cod, bt_ssp_variant_t pairing_variant, in invoke_ssp_request_cb()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
| D | JniCallbacks.java | 50 void sspRequestCallback(byte[] address, byte[] name, int cod, int pairingVariant, int passkey) { in sspRequestCallback() 62 void pinRequestCallback(byte[] address, byte[] name, int cod, boolean min16Digits) { in pinRequestCallback()
|
| D | BondStateMachine.java | 519 void sspRequestCallback(byte[] address, byte[] name, int cod, int pairingVariant, int passkey) { in sspRequestCallback() 581 void pinRequestCallback(byte[] address, byte[] name, int cod, boolean min16Digits) { in pinRequestCallback()
|
| /packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
| D | link_manager.cc | 289 void LinkManager::OnConnectRequest(hci::Address device, hci::ClassOfDevice cod) { in OnConnectRequest() 323 void LinkManager::HACK_OnEscoConnectRequest(hci::Address device, hci::ClassOfDevice cod) { in HACK_OnEscoConnectRequest() 327 void LinkManager::HACK_OnScoConnectRequest(hci::Address device, hci::ClassOfDevice cod) { in HACK_OnScoConnectRequest()
|
| /packages/modules/Bluetooth/system/gd/hci/facade/ |
| D | acl_manager_facade.cc | 379 void OnConnectRequest(Address address, ClassOfDevice cod) override { in OnConnectRequest() 394 void HACK_OnEscoConnectRequest(Address address, ClassOfDevice cod) override { in HACK_OnEscoConnectRequest() 398 void HACK_OnScoConnectRequest(Address address, ClassOfDevice cod) override { in HACK_OnScoConnectRequest()
|
| /packages/modules/Bluetooth/system/bta/hh/ |
| D | bta_hh_utils.cc | 212 uint8_t cod = (sub_class >> 2); /* lower two bits are reserved */ in bta_hh_tod_spt() local
|