Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dbtm_api_types.h56 constexpr uint8_t PHY_LE_1M = 0x01; variable
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py322 PHY_LE_1M = 1 variable in GattPhy
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl.h65 constexpr uint8_t PHY_LE_1M = 0x01; variable
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java1287 public static final int PHY_LE_1M = 1; field in BluetoothDevice