Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAppAdvertiseStats.java46 static final String[] PHY_LE_STRINGS = {"LE_1M", "LE_2M", "LE_CODED"}; field in AppAdvertiseStats
432 if (phy > PHY_LE_STRINGS.length) { in dumpPhyString()
435 return PHY_LE_STRINGS[phy - 1]; in dumpPhyString()