/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 | 130 bool ClassOfDevice::IsValid(const std::string& cod) { in IsValid()
|
/packages/modules/Bluetooth/system/pdl/hci/include/hci/ |
D | class_of_device.h | 37 std::array<uint8_t, kLength> cod = {}; variable
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_util.cc | 61 uint32_t cod = 0; in devclass2uint() local 70 DEV_CLASS uint2devclass(uint32_t cod) { in uint2devclass()
|
D | btif_iot_config.cc | 79 uint32_t cod = 0; in btif_iot_update_remote_info() local
|
D | btif_dm.cc | 520 bool check_cod(const RawAddress* remote_bdaddr, uint32_t cod) { in check_cod() 532 bool check_cod_hid_major(const RawAddress& bd_addr, uint32_t cod) { in check_cod_hid_major() 692 uint32_t cod; in btif_update_remote_properties() local 978 uint32_t cod; in btif_dm_pin_req_evt() local 1462 uint32_t cod = devclass2uint(p_search_data->inq_res.dev_class); in btif_dm_search_devices_evt() local 2066 uint32_t cod = get_cod(&bd_addr); in btif_on_name_read() local 3821 uint32_t cod; in btif_dm_ble_passkey_req_evt() local 4073 uint32_t cod = get_cod(&bd_addr); in btif_stats_add_bond_event() local
|
D | btif_sock_sdp.cc | 291 tBTA_UTL_COD cod; in add_ops_sdp() local
|
D | btif_core.cc | 374 uint32_t cod, devtype; in btif_in_get_remote_device_properties() local
|
D | btif_storage.cc | 473 int cod; in btif_in_fetch_bonded_devices() local 1056 uint32_t cod = 0; in btif_storage_load_bonded_devices() local
|
/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/ |
D | lib.rs | 6 pub mod cod; module
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_iot_config.cc | 44 uint32_t cod = 0; in btm_iot_save_remote_properties() local
|
/packages/modules/Bluetooth/system/gd/discovery/device/ |
D | eir_test_data_packets.h | 31 uint8_t cod[3]; member
|
D | bt_property.h | 157 ClassOfDevice(const uint32_t& cod) in ClassOfDevice()
|
D | bt_property.cc | 307 std::shared_ptr<ClassOfDevice> ClassOfDevice::Create(const uint32_t& cod) { in Create()
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | class_of_device.cc | 133 bool ClassOfDevice::IsValid(const std::string& cod) { in IsValid()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | helpers.h | 258 inline DEV_CLASS ToDevClass(const hci::ClassOfDevice& cod) { in ToDevClass()
|
/packages/modules/Bluetooth/system/bta/hh/ |
D | bta_hh_utils.cc | 225 uint8_t cod = (sub_class >> 2); /* lower two bits are reserved */ in bta_hh_tod_spt() local
|
/packages/modules/Bluetooth/system/test/headless/ |
D | property.h | 172 uint32_t* cod = reinterpret_cast<uint32_t*>(data.get()); in get_class_of_device() local
|
D | headless.cc | 143 [[maybe_unused]] uint32_t cod, in pin_request()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_btif_util.cc | 151 DEV_CLASS uint2devclass(uint32_t cod) { in uint2devclass()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | JniCallbacks.java | 63 void pinRequestCallback(byte[] address, byte[] name, int cod, boolean min16Digits) { in pinRequestCallback()
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | security.py | 202 def on_pin_request(self, remote_device, cod, min_16_digit): argument
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | adapter_client.py | 71 def on_pin_request(self, remote_device, cod, min_16_digit): argument 249 def OnPinRequest(self, remote_device_dbus, cod, min_16_digit): argument
|
/packages/modules/Bluetooth/system/bta/hf_client/ |
D | bta_hf_client_main.cc | 448 tBTA_UTL_COD cod = { in bta_hf_client_api_enable() local
|