/system/bt/include/hardware/ |
D | bt_gatt_server.h | 111 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);
|
D | bt_gatt_client.h | 175 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/ |
D | btif_gatt_server.cc | 239 p_data->phy_update.conn_id, p_data->phy_update.tx_phy, in btapp_gatts_handle_cback() 425 uint8_t tx_phy, uint8_t rx_phy, in btif_gatts_set_preferred_phy() argument 429 Bind(&BTM_BleSetPhy, bd_addr, tx_phy, rx_phy, phy_options)); in btif_gatts_set_preferred_phy() 435 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in btif_gatts_read_phy() argument
|
D | btif_gatt_client.cc | 183 p_data->phy_update.conn_id, p_data->phy_update.tx_phy, in btif_gattc_upstreams_evt() 562 uint8_t tx_phy, uint8_t rx_phy, in btif_gattc_set_preferred_phy() argument 566 Bind(&BTM_BleSetPhy, bd_addr, tx_phy, rx_phy, phy_options)); in btif_gattc_set_preferred_phy() 572 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/ |
D | bta_gatts_act.cc | 56 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()
|
D | bta_gattc_act.cc | 69 uint8_t tx_phy, uint8_t rx_phy, 1337 uint8_t tx_phy, uint8_t rx_phy, in bta_gattc_phy_update_cback() argument 1349 cb_data.phy_update.tx_phy = tx_phy; in bta_gattc_phy_update_cback()
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 207 uint8_t tx_phy; member 342 uint8_t tx_phy; member
|
/system/bt/stack/include/ |
D | btm_ble_api.h | 834 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb);
|
D | gatt_api.h | 583 uint8_t tx_phy, uint8_t rx_phy,
|
/system/bt/stack/btm/ |
D | btm_ble.cc | 52 uint8_t tx_phy, uint8_t rx_phy); 831 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb, in read_phy_cb() argument 833 uint8_t status, tx_phy, rx_phy; in read_phy_cb() local 841 STREAM_TO_UINT8(tx_phy, pp); in read_phy_cb() 845 cb.Run(tx_phy, rx_phy, status); in read_phy_cb() 863 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy() argument
|
D | btm_ble_gap.cc | 2146 uint8_t status, tx_phy, rx_phy; in btm_ble_process_phy_update_pkt() local 2154 STREAM_TO_UINT8(tx_phy, p); in btm_ble_process_phy_update_pkt() 2157 gatt_notify_phy_updated(status, handle, tx_phy, rx_phy); in btm_ble_process_phy_update_pkt()
|
/system/bt/stack/gatt/ |
D | gatt_main.cc | 494 void gatt_notify_phy_updated(uint8_t status, uint16_t handle, uint8_t tx_phy, in gatt_notify_phy_updated() argument 510 (*p_reg->app_cb.p_phy_update_cb)(p_reg->gatt_if, conn_id, tx_phy, rx_phy, in gatt_notify_phy_updated()
|
D | gatt_int.h | 500 uint8_t tx_phy, uint8_t rx_phy);
|