Searched refs:phy (Results 1 – 11 of 11) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble_bgconn.cc | 419 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()
|
D | btm_ble_int.h | 139 uint8_t phy);
|
/system/bt/include/hardware/ |
D | ble_scanner.h | 122 RawAddress address, uint8_t phy, uint16_t interval)>;
|
/system/bt/device/src/ |
D | controller.cc | 518 uint8_t phy = PHY_LE_1M; in get_le_all_initiating_phys() local 522 return phy; in get_le_all_initiating_phys()
|
/system/bt/stack/hcic/ |
D | hciblecmds.cc | 707 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/ |
D | bta_gattc_api.cc | 122 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/ |
D | IBluetoothGatt.aidl | 77 …f, in String address, in boolean isDirect, in int transport, in boolean opportunistic, in int phy); in clientConnect() argument
|
/system/bt/service/hal/ |
D | fake_bluetooth_gatt_interface.cc | 45 int phy) { in FakeConnect() argument
|
/system/bt/stack/gatt/ |
D | gatt_api.cc | 1098 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); in GATT_Connect() local 1100 phy); in GATT_Connect()
|
/system/bt/stack/l2cap/ |
D | l2c_api.cc | 1661 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()
|
D | l2c_utils.cc | 2116 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); in l2cu_create_conn() local 2117 return l2cu_create_conn(p_lcb, transport, phy); in l2cu_create_conn()
|