Home
last modified time | relevance | path

Searched refs:phy_options (Results 1 – 10 of 10) sorted by relevance

/system/bt/gd/l2cap/le/
Dlink_options.h74 bool SetPhy(uint8_t all_phys, uint8_t tx_phys, uint8_t rx_phys, uint16_t phy_options);
Dlink_options.cc61 bool LinkOptions::SetPhy(uint8_t all_phys, uint8_t tx_phys, uint8_t rx_phys, uint16_t phy_options) { in SetPhy() argument
/system/bt/include/hardware/
Dbt_gatt_server.h174 uint8_t rx_phy, uint16_t phy_options);
Dbt_gatt_client.h296 uint8_t rx_phy, uint16_t phy_options);
/system/bt/btif/src/
Dbtif_gatt_server.cc423 uint16_t phy_options) { in btif_gatts_set_preferred_phy() argument
426 Bind(&BTM_BleSetPhy, bd_addr, tx_phy, rx_phy, phy_options)); in btif_gatts_set_preferred_phy()
Dbtif_gatt_client.cc565 uint16_t phy_options) { in btif_gattc_set_preferred_phy() argument
568 Bind(&BTM_BleSetPhy, bd_addr, tx_phy, rx_phy, phy_options)); in btif_gattc_set_preferred_phy()
/system/bt/stack/include/
Dbtm_ble_api.h608 uint8_t rx_phys, uint16_t phy_options);
/system/bt/stack/btm/
Dbtm_ble.cc915 uint16_t phy_options) { in BTM_BleSetPhy() argument
918 phy_options); in BTM_BleSetPhy()
935 __func__, all_phys, tx_phys, rx_phys, phy_options); in BTM_BleSetPhy()
962 UINT16_TO_STREAM(pp, phy_options); in BTM_BleSetPhy()
/system/bt/main/shim/
Dbtm_api.h762 uint16_t phy_options);
Dbtm_api.cc906 uint8_t rx_phys, uint16_t phy_options) { in BTM_BleSetPhy() argument