Home
last modified time | relevance | path

Searched refs:UUID_16BIT_FORMAT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_profile_defines.h65 UUID_16BIT_FORMAT = 0x01, enumerator
H A Dgatt_server_profile.cpp1458 pairs[num].uuid.type = UUID_16BIT_FORMAT; in AssembleAttFindInforRspSvcPackage()
1475 pairs[num].uuid.type = UUID_16BIT_FORMAT; in AssembleAttFindInforRspCharacteristicPackage()
1496 pairs[num].uuid.type = UUID_16BIT_FORMAT; in AssembleAttFindInforRspCharacteristicValPackage()
1519 pairs[num].uuid.type = UUID_16BIT_FORMAT; in AssembleAttFindInforRspDescPackage()
H A Dgatt_client_profile.cpp1535 if (format == UUID_16BIT_FORMAT) { in DiscoverAllCharacteristicDescriptorsParsing()