/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
D | gap_br_discover.c | 119 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
|
D | gap.c | 1077 int GAP_SetClassOfDevice(uint32_t cod) in GAP_SetClassOfDevice() 1090 static int GapWriteClassOfDevice(uint32_t cod) in GapWriteClassOfDevice()
|
D | gap_def.h | 40 #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
|
D | gap_if.c | 35 uint32_t cod; member 207 int GAPIF_SetClassOfDevice(uint32_t cod) in GAPIF_SetClassOfDevice()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
D | classic_config.cpp | 90 int cod = 0; in GetLocalDeviceClass() local 220 int cod = 0; in GetRemoteDeviceClass() local
|
D | classic_adapter_properties.cpp | 450 int cod = config_.GetRemoteDeviceClass(addr); in GetPairedDevice() local 501 int cod = remote->GetDeviceClass(); in SavePairedDeviceInfo() local
|
D | classic_adapter.cpp | 1004 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/ |
D | host_test.cpp | 888 int cod = 0; variable 906 int cod = 0; variable
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
D | bluetooth_remote_device_observer_stub.cpp | 151 int32_t cod = data.ReadInt32(); in OnRemoteCodChangedInner() local
|
D | bluetooth_host_proxy.cpp | 1138 int32_t BluetoothHostProxy::GetDeviceClass(const std::string &address, int &cod) in GetDeviceClass()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
D | napi_bluetooth_remote_device_observer.cpp | 137 const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) in OnRemoteCodChanged()
|
D | napi_bluetooth_connection.cpp | 310 napi_value cod = 0; in GetRemoteDeviceClass() local
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
D | bluetooth_remote_device_observer_proxy.cpp | 158 …etoothRemoteDeviceObserverproxy::OnRemoteCodChanged(const BluetoothRawAddress &device, int32_t cod) in OnRemoteCodChanged()
|
D | bluetooth_host_stub.cpp | 1037 int32_t cod = 0; in GetDeviceClassInner() local
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
D | ohos_bt_gap.cpp | 235 …void OnRemoteCodChanged(const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) over… in OnRemoteCodChanged()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
D | bluetooth_hid_host.cpp | 110 int cod = 0; in Connect() local
|
D | bluetooth_a2dp_src.cpp | 331 int cod = 0; in Connect() local
|
D | bluetooth_host.cpp | 236 void OnRemoteCodChanged(const BluetoothRawAddress &device, int32_t cod) override in OnRemoteCodChanged() 845 int cod = deviceClass.GetClassOfDevice(); in SetLocalDeviceClass() local
|
D | bluetooth_hfp_ag.cpp | 154 int cod = 0; in Connect() local
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
D | bluetooth_host_server.cpp | 391 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/ |
D | btm_acl.c | 513 uint8_t cod[COD_SIZE] = {0, 0, 0}; in BtmOnConnectionComplete() local
|