Home
last modified time | relevance | path

Searched defs:tx_phy (Results 1 – 9 of 9) sorted by relevance

/system/bt/btif/src/
Dbtif_gatt_server.cc422 uint8_t tx_phy, uint8_t rx_phy, in btif_gatts_set_preferred_phy()
432 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in btif_gatts_read_phy()
Dbtif_gatt_client.cc564 uint8_t tx_phy, uint8_t rx_phy, in btif_gattc_set_preferred_phy()
574 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in btif_gattc_read_phy()
/system/bt/stack/btm/
Dbtm_ble.cc830 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb, in read_phy_cb()
832 uint8_t status, tx_phy, rx_phy; in read_phy_cb() local
862 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy()
Dbtm_ble_gap.cc1971 uint8_t status, tx_phy, rx_phy; in btm_ble_process_phy_update_pkt() local
/system/bt/bta/gatt/
Dbta_gatts_act.cc625 uint8_t tx_phy, uint8_t rx_phy, in bta_gatts_phy_update_cback()
Dbta_gattc_act.cc1342 uint8_t tx_phy, uint8_t rx_phy, in bta_gattc_phy_update_cback()
/system/bt/bta/include/
Dbta_gatt_api.h190 uint8_t tx_phy; member
325 uint8_t tx_phy; member
/system/bt/stack/gatt/
Dgatt_main.cc473 void gatt_notify_phy_updated(uint8_t status, uint16_t handle, uint8_t tx_phy, in gatt_notify_phy_updated()
/system/bt/main/shim/
Dbtm_api.cc901 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy()