Home
last modified time | relevance | path

Searched defs:cod (Results 1 – 22 of 22) 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/test/unittest/host/
Dhost_test.cpp666 int cod = 0; variable
684 int cod = 0; variable
/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
2063 int cod = (classOfDevice & CLASS_OF_DEVICE_RANGE); in ReceiveConnectionComplete() local
2281 int cod = INVALID_VALUE; in GetDeviceClass() local
2418 int cod = remoteDevice->GetDeviceClass(); in IsHfpCodSupported() local
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
Dnapi_bluetooth_remote_device_observer.cpp66 const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) in OnRemoteCodChanged()
Dnapi_bluetooth_connection.cpp218 napi_value cod = 0; in GetRemoteDeviceClass() local
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
Dbluetooth_remote_device_observer_stub.cpp160 int32_t cod = data.ReadInt32(); in OnRemoteCodChangedInner() local
Dbluetooth_host_proxy.cpp1186 int32_t BluetoothHostProxy::GetDeviceClass(const std::string &address, int &cod) in GetDeviceClass()
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
Dnapi_native_object.cpp83 napi_value cod = 0; in ConvertDeviceClassToJS() local
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
Dbluetooth_remote_device_observer_proxy.cpp162 …etoothRemoteDeviceObserverproxy::OnRemoteCodChanged(const BluetoothRawAddress &device, int32_t cod) in OnRemoteCodChanged()
Dbluetooth_host_stub.cpp1085 int32_t cod = 0; in GetDeviceClassInner() local
/foundation/communication/nfc/services/include/
Dbt_connection_manager.h92 const Bluetooth::BluetoothDeviceClass &cod) override {}; in OnRemoteCodChanged()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
Dohos_bt_gap.cpp240 …void OnRemoteCodChanged(const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) over… in OnRemoteCodChanged()
/foundation/communication/bluetooth/frameworks/inner/src/
Dbluetooth_remote_device.cpp326 int BluetoothRemoteDevice::GetDeviceProductType(int &cod, int &majorClass, int &majorMinorClass) co… in GetDeviceProductType()
Dbluetooth_host.cpp294 void OnRemoteCodChanged(const BluetoothRawAddress &device, int32_t cod) override in OnRemoteCodChanged()
932 int cod = deviceClass.GetClassOfDevice(); in SetLocalDeviceClass() local
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
Dbluetooth_host_server.cpp399 void OnRemoteCodChanged(const RawAddress &device, int32_t cod) override in OnRemoteCodChanged()
1506 int32_t BluetoothHostServer::GetDeviceClass(const std::string &address, int32_t &cod) in GetDeviceClass()
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
Dbluetooth_device_manager.cpp136 int cod = DEFAULT_COD; in GetDeviceCategory() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
Dbtm_acl.c513 uint8_t cod[COD_SIZE] = {0, 0, 0}; in BtmOnConnectionComplete() local