Home
last modified time | relevance | path

Searched refs:tx_phy (Results 1 – 15 of 15) sorted by relevance

/system/bt/include/hardware/
Dbt_gatt_server.h111 typedef void (*phy_updated_callback)(int conn_id, uint8_t tx_phy,
173 bt_status_t (*set_preferred_phy)(const RawAddress& bd_addr, uint8_t tx_phy,
178 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb);
Dbt_gatt_client.h175 typedef void (*phy_updated_callback)(int conn_id, uint8_t tx_phy,
295 bt_status_t (*set_preferred_phy)(const RawAddress& bd_addr, uint8_t tx_phy,
300 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb);
/system/bt/btif/src/
Dbtif_gatt_server.cc239 p_data->phy_update.conn_id, p_data->phy_update.tx_phy, in btapp_gatts_handle_cback()
422 uint8_t tx_phy, uint8_t rx_phy, 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()
432 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in btif_gatts_read_phy() argument
Dbtif_gatt_client.cc186 p_data->phy_update.conn_id, p_data->phy_update.tx_phy, in btif_gattc_upstreams_evt()
564 uint8_t tx_phy, uint8_t rx_phy, 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()
574 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in btif_gattc_read_phy() argument
/system/bt/bta/gatt/
Dbta_gatts_act.cc56 uint8_t tx_phy, uint8_t rx_phy,
625 uint8_t tx_phy, uint8_t rx_phy, in bta_gatts_phy_update_cback() argument
636 cb_data.phy_update.tx_phy = tx_phy; in bta_gatts_phy_update_cback()
Dbta_gattc_act.cc68 uint8_t tx_phy, uint8_t rx_phy,
1342 uint8_t tx_phy, uint8_t rx_phy, in bta_gattc_phy_update_cback() argument
1354 cb_data.phy_update.tx_phy = tx_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/include/
Dbtm_ble_api.h595 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb);
Dgatt_api.h575 uint8_t tx_phy, uint8_t rx_phy,
/system/bt/stack/btm/
Dbtm_ble.cc51 uint8_t tx_phy, uint8_t rx_phy);
830 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb, in read_phy_cb() argument
832 uint8_t status, tx_phy, rx_phy; in read_phy_cb() local
840 STREAM_TO_UINT8(tx_phy, pp); in read_phy_cb()
844 cb.Run(tx_phy, rx_phy, status); in read_phy_cb()
862 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy() argument
Dbtm_ble_gap.cc1971 uint8_t status, tx_phy, rx_phy; in btm_ble_process_phy_update_pkt() local
1979 STREAM_TO_UINT8(tx_phy, p); in btm_ble_process_phy_update_pkt()
1982 gatt_notify_phy_updated(status, handle, tx_phy, rx_phy); in btm_ble_process_phy_update_pkt()
/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() argument
489 (*p_reg->app_cb.p_phy_update_cb)(p_reg->gatt_if, conn_id, tx_phy, rx_phy, in gatt_notify_phy_updated()
Dgatt_int.h505 uint8_t tx_phy, uint8_t rx_phy);
/system/bt/main/shim/
Dbtm_api.h744 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb);
Dbtm_api.cc901 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy() argument