Home
last modified time | relevance | path

Searched defs:cod (Results 1 – 25 of 40) sorted by relevance

12

/packages/modules/Bluetooth/system/gd/hci/
Dclass_of_device_unittest.cc30 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
Dclass_of_device.h36 std::array<uint8_t, kLength> cod = {}; variable
Dclass_of_device.cc130 bool ClassOfDevice::IsValid(const std::string& cod) { in IsValid()
/packages/modules/Bluetooth/system/pdl/hci/include/hci/
Dclass_of_device.h37 std::array<uint8_t, kLength> cod = {}; variable
/packages/modules/Bluetooth/system/btif/src/
Dbtif_util.cc61 uint32_t cod = 0; in devclass2uint() local
70 DEV_CLASS uint2devclass(uint32_t cod) { in uint2devclass()
Dbtif_iot_config.cc79 uint32_t cod = 0; in btif_iot_update_remote_info() local
Dbtif_dm.cc520 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
Dbtif_sock_sdp.cc291 tBTA_UTL_COD cod; in add_ops_sdp() local
Dbtif_core.cc374 uint32_t cod, devtype; in btif_in_get_remote_device_properties() local
Dbtif_storage.cc473 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/
Dlib.rs6 pub mod cod; module
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iot_config.cc44 uint32_t cod = 0; in btm_iot_save_remote_properties() local
/packages/modules/Bluetooth/system/gd/discovery/device/
Deir_test_data_packets.h31 uint8_t cod[3]; member
Dbt_property.h157 ClassOfDevice(const uint32_t& cod) in ClassOfDevice()
Dbt_property.cc307 std::shared_ptr<ClassOfDevice> ClassOfDevice::Create(const uint32_t& cod) { in Create()
/packages/modules/Bluetooth/system/pdl/hci/
Dclass_of_device.cc133 bool ClassOfDevice::IsValid(const std::string& cod) { in IsValid()
/packages/modules/Bluetooth/system/main/shim/
Dhelpers.h258 inline DEV_CLASS ToDevClass(const hci::ClassOfDevice& cod) { in ToDevClass()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_utils.cc225 uint8_t cod = (sub_class >> 2); /* lower two bits are reserved */ in bta_hh_tod_spt() local
/packages/modules/Bluetooth/system/test/headless/
Dproperty.h172 uint32_t* cod = reinterpret_cast<uint32_t*>(data.get()); in get_class_of_device() local
Dheadless.cc143 [[maybe_unused]] uint32_t cod, in pin_request()
/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_util.cc151 DEV_CLASS uint2devclass(uint32_t cod) { in uint2devclass()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DJniCallbacks.java63 void pinRequestCallback(byte[] address, byte[] name, int cod, boolean min16Digits) { in pinRequestCallback()
/packages/modules/Bluetooth/floss/pandora/server/
Dsecurity.py202 def on_pin_request(self, remote_device, cod, min_16_digit): argument
/packages/modules/Bluetooth/floss/pandora/floss/
Dadapter_client.py71 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/
Dbta_hf_client_main.cc448 tBTA_UTL_COD cod = { in bta_hf_client_api_enable() local

12