Home
last modified time | relevance | path

Searched refs:IO_COUNTS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.c31 static const uint8_t MASTER_LEGACY_IO_TABLE[IO_COUNTS][IO_COUNTS] = {
59 static const uint8_t SLAVE_LEGACY_IO_TABLE[IO_COUNTS][IO_COUNTS] = {
87 static const uint8_t MASTER_SCIO_TABLE[IO_COUNTS][IO_COUNTS] = {
115 static const uint8_t SLAVE_SCIO_TABLE[IO_COUNTS][IO_COUNTS] = {
H A Dsmp_tool.h29 #define IO_COUNTS 5 macro