Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
Dgap_br_discover.c119 uint32_t cod = COD_ARRAY_TO_UINT(eventParam->responses[i].classOfDevice); in GapOnInquiryResult() local
140 uint32_t cod = COD_ARRAY_TO_UINT(eventParam->responses[i].classOfDevice); in GapOnInquiryResultRssi() local
161 uint32_t cod = COD_ARRAY_TO_UINT(eventParam->classofDevice); in GapOnEntendedInquiryResult() local
Dgap.c1077 int GAP_SetClassOfDevice(uint32_t cod) in GAP_SetClassOfDevice()
1090 static int GapWriteClassOfDevice(uint32_t cod) in GapWriteClassOfDevice()
Dgap_def.h40 #define COD_UINT_TO_ARRAY(cod) \ argument
44 #define COD_ARRAY_TO_UINT(cod) ((uint32_t)(cod)[0] | (uint32_t)((cod)[1] << 8) | (uint32_t)((cod)[2… argument
Dgap_if.c35 uint32_t cod; member
207 int GAPIF_SetClassOfDevice(uint32_t cod) in GAPIF_SetClassOfDevice()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
Dclassic_config.cpp90 int cod = 0; in GetLocalDeviceClass() local
220 int cod = 0; in GetRemoteDeviceClass() local
Dclassic_adapter_properties.cpp450 int cod = config_.GetRemoteDeviceClass(addr); in GetPairedDevice() local
501 int cod = remote->GetDeviceClass(); in SavePairedDeviceInfo() local
Dclassic_adapter.cpp1004 int cod = (classOfDevice & CLASS_OF_DEVICE_RANGE); in HandleInquiryResult() local
2060 int cod = (classOfDevice & CLASS_OF_DEVICE_RANGE); in ReceiveConnectionComplete() local
2278 int cod = INVALID_VALUE; in GetDeviceClass() local
/foundation/communication/bluetooth_service/test/unittest/host/
Dhost_test.cpp888 int cod = 0; variable
906 int cod = 0; variable
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
Dbluetooth_remote_device_observer_stub.cpp151 int32_t cod = data.ReadInt32(); in OnRemoteCodChangedInner() local
Dbluetooth_host_proxy.cpp1138 int32_t BluetoothHostProxy::GetDeviceClass(const std::string &address, int &cod) in GetDeviceClass()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
Dnapi_bluetooth_remote_device_observer.cpp137 const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) in OnRemoteCodChanged()
Dnapi_bluetooth_connection.cpp310 napi_value cod = 0; in GetRemoteDeviceClass() local
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
Dbluetooth_remote_device_observer_proxy.cpp158 …etoothRemoteDeviceObserverproxy::OnRemoteCodChanged(const BluetoothRawAddress &device, int32_t cod) in OnRemoteCodChanged()
Dbluetooth_host_stub.cpp1037 int32_t cod = 0; in GetDeviceClassInner() local
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
Dohos_bt_gap.cpp235 …void OnRemoteCodChanged(const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) over… in OnRemoteCodChanged()
/foundation/communication/bluetooth/frameworks/inner/src/
Dbluetooth_hid_host.cpp110 int cod = 0; in Connect() local
Dbluetooth_a2dp_src.cpp331 int cod = 0; in Connect() local
Dbluetooth_host.cpp236 void OnRemoteCodChanged(const BluetoothRawAddress &device, int32_t cod) override in OnRemoteCodChanged()
845 int cod = deviceClass.GetClassOfDevice(); in SetLocalDeviceClass() local
Dbluetooth_hfp_ag.cpp154 int cod = 0; in Connect() local
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
Dbluetooth_host_server.cpp391 void OnRemoteCodChanged(const RawAddress &device, int32_t cod) override in OnRemoteCodChanged()
1455 int32_t BluetoothHostServer::GetDeviceClass(const std::string &address, int32_t &cod) in GetDeviceClass()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
Dbtm_acl.c513 uint8_t cod[COD_SIZE] = {0, 0, 0}; in BtmOnConnectionComplete() local