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

/system/bt/bta/gatt/
H A Dbta_gatts_act.cc54 uint8_t tx_phy, uint8_t rx_phy,
619 uint8_t tx_phy, uint8_t rx_phy,
630 cb_data.phy_update.tx_phy = tx_phy;
618 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.cc66 uint8_t tx_phy, uint8_t rx_phy,
1693 uint8_t tx_phy, uint8_t rx_phy,
1705 cb_data.phy_update.tx_phy = tx_phy;
1692 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.cc493 void gatt_notify_phy_updated(tGATT_TCB* p_tcb, uint8_t tx_phy, uint8_t rx_phy, argument
499 (*p_reg->app_cb.p_phy_update_cb)(p_reg->gatt_if, conn_id, tx_phy, rx_phy,
/system/bt/stack/btm/
H A Dbtm_ble.cc825 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb,
827 uint8_t status, tx_phy, rx_phy; local
835 STREAM_TO_UINT8(tx_phy, pp);
839 cb.Run(tx_phy, rx_phy, status);
857 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) {
824 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
855 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.cc2132 uint8_t status, tx_phy, rx_phy; local
2140 STREAM_TO_UINT8(tx_phy, p);
2153 gatt_notify_phy_updated(p_tcb, tx_phy, rx_phy, status);
/system/bt/bta/include/
H A Dbta_gatt_api.h312 uint8_t tx_phy; member in struct:__anon334
516 uint8_t tx_phy; member in struct:__anon345

Completed in 99 milliseconds