Home
last modified time | relevance | path

Searched defs:PHY_LE_CODED (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/stack/include/
Dbtm_api_types.h58 constexpr uint8_t PHY_LE_CODED = 0x04; variable
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py324 PHY_LE_CODED = 3 variable in GattPhy
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl.h67 constexpr uint8_t PHY_LE_CODED = 0x04; variable
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java1299 public static final int PHY_LE_CODED = 3; field in BluetoothDevice