Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_bgconn.cc380 uint8_t phy = PHY_LE_1M; in btm_ble_start_auto_conn() local
381 if (controller_get_interface()->supports_ble_2m_phy()) phy |= PHY_LE_2M; in btm_ble_start_auto_conn()
382 if (controller_get_interface()->supports_ble_coded_phy()) phy |= PHY_LE_CODED; in btm_ble_start_auto_conn()
422 phy); in btm_ble_start_auto_conn()
Dbtm_ble_int.h132 uint8_t phy);
/system/bt/device/src/
Dcontroller.cc490 uint8_t phy = PHY_LE_1M; in get_le_all_initiating_phys() local
494 return phy; in get_le_all_initiating_phys()
/system/bt/bta/gatt/
Dbta_gattc_api.cc136 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); in BTA_GATTC_Open() local
138 phy); in BTA_GATTC_Open()
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.cc44 bool is_direct, int transport, int phy) { in FakeConnect() argument
/system/bt/stack/gatt/
Dgatt_api.cc1284 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); in GATT_Connect() local
1286 phy); in GATT_Connect()
/system/bt/stack/l2cap/
Dl2c_api.cc1610 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); in L2CA_ConnectFixedChnl() local
1611 return L2CA_ConnectFixedChnl(fixed_cid, rem_bda, phy); in L2CA_ConnectFixedChnl()
Dl2c_utils.cc2105 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); in l2cu_create_conn() local
2106 return l2cu_create_conn(p_lcb, transport, phy); in l2cu_create_conn()