Searched defs:phy_options (Results 1 - 2 of 2) sorted by relevance

/system/bt/btif/src/
H A Dbtif_gatt_server.cc426 uint16_t phy_options) {
429 Bind(&BTM_BleSetPhy, bd_addr, tx_phy, rx_phy, phy_options));
424 btif_gatts_set_preferred_phy(const RawAddress& bd_addr, uint8_t tx_phy, uint8_t rx_phy, uint16_t phy_options) argument
/system/bt/stack/btm/
H A Dbtm_ble.cc948 uint16_t phy_options) {
962 "%s: all_phys = 0x%02x, tx_phys = 0x%02x, rx_phys = 0x%02x, phy_options "
964 __func__, all_phys, tx_phys, rx_phys, phy_options);
991 UINT16_TO_STREAM(pp, phy_options);
947 BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, uint16_t phy_options) argument

Completed in 10 milliseconds