Searched refs:phy (Results 1 - 11 of 11) sorted by last modified time

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

Completed in 195 milliseconds