Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dbtm_api_types.h57 constexpr uint8_t PHY_LE_2M = 0x02; variable
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py323 PHY_LE_2M = 2 variable in GattPhy
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl.h66 constexpr uint8_t PHY_LE_2M = 0x02; variable
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java1293 public static final int PHY_LE_2M = 2; field in BluetoothDevice