Home
last modified time | relevance | path

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

/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.cc426 uint16_t phy_options) { in btif_gatts_set_preferred_phy() argument
429 Bind(&BTM_BleSetPhy, bd_addr, tx_phy, rx_phy, phy_options)); in btif_gatts_set_preferred_phy()
Dbtif_gatt_client.cc563 uint16_t phy_options) { in btif_gattc_set_preferred_phy() argument
566 Bind(&BTM_BleSetPhy, bd_addr, tx_phy, rx_phy, phy_options)); in btif_gattc_set_preferred_phy()
/system/bt/stack/include/
Dbtm_ble_api.h848 uint8_t rx_phys, uint16_t phy_options);
/system/bt/stack/btm/
Dbtm_ble.cc948 uint16_t phy_options) { in BTM_BleSetPhy() argument
964 __func__, all_phys, tx_phys, rx_phys, phy_options); in BTM_BleSetPhy()
991 UINT16_TO_STREAM(pp, phy_options); in BTM_BleSetPhy()