Home
last modified time | relevance | path

Searched defs:cod (Results 1 – 25 of 37) 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
/packages/modules/Bluetooth/system/pdl/hci/include/hci/
Dclass_of_device.h36 std::array<uint8_t, kLength> cod = {}; variable
/packages/modules/Bluetooth/system/btif/src/
Dbtif_util.cc59 uint32_t cod = 0; in devclass2uint() local
68 DEV_CLASS uint2devclass(uint32_t cod) { in uint2devclass()
Dbtif_iot_config.cc85 uint32_t cod = 0; in btif_iot_update_remote_info() local
Dbtif_sock_sdp.cc290 tBTA_UTL_COD cod; in add_ops_sdp() local
Dbtif_dm.cc491 static bool btif_check_cod(const RawAddress* remote_bdaddr, uint32_t cod) { in btif_check_cod()
503 bool btif_check_cod_hid_major(const RawAddress& bd_addr, uint32_t cod) { in btif_check_cod_hid_major()
655 uint32_t cod; in btif_update_remote_properties() local
914 uint32_t cod; in btif_dm_pin_req_evt() local
1401 uint32_t cod = devclass2uint(p_search_data->inq_res.dev_class); in btif_dm_search_devices_evt() local
1924 uint32_t cod = btif_get_cod(&bd_addr); in btif_on_name_read() local
3615 uint32_t cod; in btif_dm_ble_passkey_req_evt() local
Dbtif_storage.cc477 int cod; in btif_in_fetch_bonded_devices() local
1018 uint32_t cod = 0; in btif_storage_load_bonded_devices() local
1384 bool btif_storage_get_cod(const RawAddress& bd_addr, uint32_t* cod) { in btif_storage_get_cod()
Dbtif_core.cc352 uint32_t cod, devtype; in btif_in_get_remote_device_properties() local
Dbtif_sdp_server.cc744 tBTA_UTL_COD cod; local
Dbluetooth.cc1361 void invoke_pin_request_cb(RawAddress bd_addr, bt_bdname_t bd_name, uint32_t cod, in invoke_pin_request_cb()
1364 [](RawAddress bd_addr, bt_bdname_t bd_name, uint32_t cod, bool min_16_digit) { in invoke_pin_request_cb()
/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Dlib.rs6 pub mod cod; module
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iot_config.cc45 uint32_t cod = 0; in btm_iot_save_remote_properties() local
/packages/modules/Bluetooth/system/pdl/hci/
Dclass_of_device.cc127 bool ClassOfDevice::IsValid(const std::string& cod) { in IsValid()
/packages/modules/Bluetooth/system/main/shim/
Dhelpers.h240 inline DEV_CLASS ToDevClass(const hci::ClassOfDevice& cod) { in ToDevClass()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_utils.cc294 uint8_t cod = (sub_class >> 2); /* lower two bits are reserved */ in bta_hh_tod_spt() local
/packages/modules/Bluetooth/system/test/headless/
Dproperty.h167 uint32_t* cod = reinterpret_cast<uint32_t*>(data.get()); in get_class_of_device() local
Dheadless.cc130 [[maybe_unused]] bt_bdname_t* bd_name, [[maybe_unused]] uint32_t cod, in pin_request()
/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_util.cc152 DEV_CLASS uint2devclass(uint32_t cod) { in uint2devclass()
Dmock_btif_storage.cc196 bool btif_storage_get_cod(const RawAddress& bd_addr, uint32_t* cod) { in btif_storage_get_cod()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DJniCallbacks.java62 void pinRequestCallback(byte[] address, byte[] name, int cod, boolean min16Digits) { in pinRequestCallback()
DBondStateMachine.java719 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.cc426 tBTA_UTL_COD cod = { in bta_hf_client_api_enable() local
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_main.cc437 tBTA_UTL_COD cod; in bta_av_api_register() local

12