Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_bgconn.cc364 if (controller_get_interface()->supports_ble_2m_phy()) phy |= PHY_LE_2M; in btm_ble_start_auto_conn()
/system/bt/stack/include/
Dbtm_api_types.h476 constexpr uint8_t PHY_LE_2M = 0x02; variable
/system/bt/bta/hearing_aid/
Dhearing_aid.cc397 BTM_BleSetPhy(address, PHY_LE_2M, PHY_LE_2M, 0); in OnGattConnected()