Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_bgconn.cc419 uint8_t phy = PHY_LE_1M; in btm_ble_start_auto_conn() local
420 if (controller_get_interface()->supports_ble_2m_phy()) phy |= PHY_LE_2M; in btm_ble_start_auto_conn()
421 if (controller_get_interface()->supports_ble_coded_phy()) phy |= PHY_LE_CODED; in btm_ble_start_auto_conn()
463 phy); in btm_ble_start_auto_conn()
Dbtm_ble_int.h139 uint8_t phy);
/system/bt/include/hardware/
Dble_scanner.h122 RawAddress address, uint8_t phy, uint16_t interval)>;
/system/bt/device/src/
Dcontroller.cc514 uint8_t phy = PHY_LE_1M; in get_le_all_initiating_phys() local
518 return phy; in get_le_all_initiating_phys()
/system/bt/stack/hcic/
Dhciblecmds.cc707 void btsnd_hcic_ble_enh_rx_test(uint8_t rx_chan, uint8_t phy, in btsnd_hcic_ble_enh_rx_test() argument
719 UINT8_TO_STREAM(pp, phy); in btsnd_hcic_ble_enh_rx_test()
726 uint8_t payload, uint8_t phy) { in btsnd_hcic_ble_enh_tx_test() argument
738 UINT8_TO_STREAM(pp, phy); in btsnd_hcic_ble_enh_tx_test()
/system/bt/bta/gatt/
Dbta_gattc_api.cc122 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); in BTA_GATTC_Open() local
124 phy); in BTA_GATTC_Open()
/system/bt/binder/android/bluetooth/
DIBluetoothGatt.aidl77 …f, in String address, in boolean isDirect, in int transport, in boolean opportunistic, in int phy); in clientConnect() argument
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.cc45 int phy) { in FakeConnect() argument
/system/bt/stack/gatt/
Dgatt_api.cc1098 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); in GATT_Connect() local
1100 phy); in GATT_Connect()
/system/bt/stack/l2cap/
Dl2c_api.cc1661 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); in L2CA_ConnectFixedChnl() local
1662 return L2CA_ConnectFixedChnl(fixed_cid, rem_bda, phy); in L2CA_ConnectFixedChnl()
Dl2c_utils.cc2113 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); in l2cu_create_conn() local
2114 return l2cu_create_conn(p_lcb, transport, phy); in l2cu_create_conn()