Searched defs:tx_phy (Results 1 - 7 of 7) sorted by relevance

/system/bt/bta/gatt/
H A Dbta_gatts_act.cc56 uint8_t tx_phy, uint8_t rx_phy,
625 uint8_t tx_phy, uint8_t rx_phy,
636 cb_data.phy_update.tx_phy = tx_phy;
624 bta_gatts_phy_update_cback(tGATT_IF gatt_if, uint16_t conn_id, uint8_t tx_phy, uint8_t rx_phy, uint8_t status) argument
H A Dbta_gattc_act.cc69 uint8_t tx_phy, uint8_t rx_phy,
1337 uint8_t tx_phy, uint8_t rx_phy,
1349 cb_data.phy_update.tx_phy = tx_phy;
1336 bta_gattc_phy_update_cback(tGATT_IF gatt_if, uint16_t conn_id, uint8_t tx_phy, uint8_t rx_phy, uint8_t status) argument
/system/bt/btif/src/
H A Dbtif_gatt_server.cc239 p_data->phy_update.conn_id, p_data->phy_update.tx_phy,
425 uint8_t tx_phy, uint8_t rx_phy,
429 Bind(&BTM_BleSetPhy, bd_addr, tx_phy, rx_phy, phy_options));
435 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) {
424 btif_gatts_set_preferred_phy(const RawAddress& bd_addr, uint8_t tx_phy, uint8_t rx_phy, uint16_t phy_options) argument
433 btif_gatts_read_phy( const RawAddress& bd_addr, base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) argument
/system/bt/stack/gatt/
H A Dgatt_main.cc494 void gatt_notify_phy_updated(uint8_t status, uint16_t handle, uint8_t tx_phy, argument
510 (*p_reg->app_cb.p_phy_update_cb)(p_reg->gatt_if, conn_id, tx_phy, rx_phy,
/system/bt/bta/include/
H A Dbta_gatt_api.h207 uint8_t tx_phy; member in struct:__anon304
342 uint8_t tx_phy; member in struct:__anon315
/system/bt/stack/btm/
H A 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,
832 uint8_t status, tx_phy, rx_phy; local
840 STREAM_TO_UINT8(tx_phy, pp);
844 cb.Run(tx_phy, rx_phy, status);
862 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) {
829 read_phy_cb( base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb, uint8_t* data, uint16_t len) argument
860 BTM_BleReadPhy( const RawAddress& bd_addr, base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) argument
H A Dbtm_ble_gap.cc2146 uint8_t status, tx_phy, rx_phy; local
2154 STREAM_TO_UINT8(tx_phy, p);
2157 gatt_notify_phy_updated(status, handle, tx_phy, rx_phy);

Completed in 332 milliseconds