/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_btm_receive.c | 34 uint8_t classOfDevice[BT_COD_SIZE]; member 58 …btmParam.classOfDevice, sizeof(btmParam.classOfDevice), param->classOfDevice, sizeof(param->classO… in GapAclConnectionCompleteTask() 80 …btmParam->classOfDevice, sizeof(btmParam->classOfDevice), param->classOfDevice, sizeof(param->clas… in GapRecvAclConnectionComplete()
|
H A D | gap_br_discover.c | 119 uint32_t cod = COD_ARRAY_TO_UINT(eventParam->responses[i].classOfDevice); in GapOnInquiryResult() 140 uint32_t cod = COD_ARRAY_TO_UINT(eventParam->responses[i].classOfDevice); in GapOnInquiryResultRssi()
|
H A D | gap.c | 673 g_gapMng.bredr.classOfDevice |= COD_LIMITED_DISCOVERABLE_BIT; in GapWriteCurrentIACLAPComplete() 675 g_gapMng.bredr.classOfDevice &= ~COD_LIMITED_DISCOVERABLE_BIT; in GapWriteCurrentIACLAPComplete() 678 int ret = GapWriteClassOfDevice(g_gapMng.bredr.classOfDevice); in GapWriteCurrentIACLAPComplete() 1085 g_gapMng.bredr.classOfDevice = cod; in GAP_SetClassOfDevice()
|
H A D | gap_def.h | 245 uint32_t classOfDevice; member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_defs.h | 151 uint32_t classOfDevice; member 156 uint32_t classOfDevice; member 162 uint32_t classOfDevice; member
|
H A D | classic_adapter.h | 414 static void InquiryResultCallback(const BtAddr *addr, uint32_t classOfDevice, void *context); 424 …static void InquiryResultRssiCallback(const BtAddr *addr, uint32_t classOfDevice, int8_t rssi, voi… 435 … static void ExtendedInquiryResultCallback(const BtAddr *addr, uint32_t classOfDevice, int8_t rssi, 850 …void HandleInquiryResult(const BtAddr &addr, uint32_t classOfDevice, std::vector<uint8_t> eir, int… 927 uint32_t classOfDevice, bool encyptionEnabled);
|
H A D | classic_adapter.cpp | 624 param.iniquiryResultParam_.classOfDevice = classOfDevice; in InquiryResultCallback() 639 param.iniquiryResultRssiParam_.classOfDevice = classOfDevice; in InquiryResultRssiCallback() 657 param.extendedInquiryResultParam_.classOfDevice = classOfDevice; in ExtendedInquiryResultCallback() 918 param.iniquiryResultRssiParam_.classOfDevice, in HandleInquiryEvent() 929 param.extendedInquiryResultParam_.classOfDevice, in HandleInquiryEvent() 1004 int cod = (classOfDevice & CLASS_OF_DEVICE_RANGE); in HandleInquiryResult() 2012 uint32_t classOfDevice = 0; in ConnectionComplete() local 2013 (void)memcpy_s(&classOfDevice, COD_SIZE, param->classOfDevice, COD_SIZE); in ConnectionComplete() 2020 classOfDevice, in ConnectionComplete() 2026 uint32_t classOfDevice, bool encyptionEnabled) in ReceiveConnectionComplete() argument [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | gap_if.h | 217 void (*inquiryResult)(const BtAddr *addr, uint32_t classOfDevice, void *context); 218 … void (*inquiryResultRssi)(const BtAddr *addr, uint32_t classOfDevice, int8_t rssi, void *context); 220 …const BtAddr *addr, uint32_t classOfDevice, int8_t rssi, const uint8_t eir[GAP_EIR_SIZE_MAX], void…
|
H A D | btm.h | 224 uint8_t classOfDevice[3]; member
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_native_object.cpp | 76 BluetoothDeviceClass classOfDevice = BluetoothDeviceClass(deviceClass); in ConvertDeviceClassToJS() local 77 int tmpMajorClass = classOfDevice.GetMajorClass(); in ConvertDeviceClassToJS() 78 int tmpMajorMinorClass = classOfDevice.GetMajorMinorClass(); in ConvertDeviceClassToJS()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci_def_evt.h | 44 uint8_t classOfDevice[3]; member 75 uint8_t classOfDevice[3]; member 370 uint8_t classOfDevice[3]; member
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/BrManagerDoc/ |
H A D | 经典蓝牙Manager使用说明文档.md | 114 >| classOfDevice | number | 是 | 否 | 表示设备类别。 |
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/ |
H A D | hci_evt.c | 123 (void)memcpy_s(responses[i].classOfDevice, COD_SIZE, param + offset, COD_SIZE); in HciEventOnInquiryResultEvent() 608 (void)memcpy_s(responses[i].classOfDevice, COD_SIZE, param + offset, COD_SIZE); in HciEventOnInquiryResultWithRSSIEvent()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_acl.c | 544 (void)memcpy_s(connectCompleteParam.classOfDevice, COD_SIZE, cod, COD_SIZE); in BtmOnConnectionComplete() 596 (void)memcpy_s(connection->remoteCod, COD_SIZE, eventParam->classOfDevice, COD_SIZE); in BtmOnConnectionrequest()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-communicate.md | 302 | ohos.bluetooth | DeviceClass | classOfDevice: number; | 新增 |
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-connection.md | 1433 | classOfDevice | number | 是 | 否 | 表示设备类别。 |
|
H A D | js-apis-bluetooth.md | 3727 | classOfDevice | number | 是 | 否 | 表示设备类别。 |
|
H A D | js-apis-bluetoothManager.md | 5067 | classOfDevice | number | 是 | 否 | 表示设备类别。 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-communicate.md | 302 | ohos.bluetooth | DeviceClass | classOfDevice: number; | Added|
|
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-connection.md | 1368 | classOfDevice | number | Yes | No | Class of the device. …
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-communication.md | 280 |新增|NA|类名:DeviceClass;<br>方法or属性:classOfDevice: number;|@ohos.bluetooth.connection.d.ts| 691 …classOfDevice: number;<br>旧版本信息:|类名:DeviceClass;<br>方法or属性:classOfDevice: number;<br>新版本信息:10<br>代…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/ |
H A D | js-apidiff-communication.md | 280 |Added|NA|Class name: DeviceClass;<br>Method or attribute name: classOfDevice: number;|@ohos.blueto… 691 …classOfDevice: number;<br>Old version information: |Class name: DeviceClass;<br>Method or attribut…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-communication.md | 273 |新增|NA|类名:DeviceClass;<br>方法or属性:classOfDevice: number;|@ohos.bluetooth.connection.d.ts| 940 …classOfDevice: number;<br>旧版本信息:|类名:DeviceClass;<br>方法or属性:classOfDevice: number;<br>新版本信息:10<br>代…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-communication.md | 267 |新增|NA|类名:DeviceClass;<br>方法or属性:classOfDevice: number;|@ohos.bluetoothManager.d.ts| 1161 |废弃版本有变化|类名:DeviceClass;<br>方法or属性:classOfDevice: number;<br>旧版本信息:|类名:DeviceClass;<br>方法or属性:class…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-communication.md | 216 |新增|NA|模块名: ohos.bluetoothManager<br>类名: DeviceClass<br>方法 or 属性: classOfDevice: number;|@ohos.blue…
|