HomeSort by relevance Sort by last modified time
    Searched refs:tx_phy (Results 1 - 14 of 14) sorted by null

  /hardware/libhardware/include/hardware/
bt_gatt_server.h 109 typedef void (*phy_updated_callback)(int conn_id, uint8_t tx_phy,
169 bt_status_t (*set_preferred_phy)(int conn_id, uint8_t tx_phy,
174 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)>
bt_gatt_client.h 170 typedef void (*phy_updated_callback)(int conn_id, uint8_t tx_phy,
279 bt_status_t (*set_preferred_phy)(int conn_id, uint8_t tx_phy,
284 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)>
  /system/bt/btif/src/
btif_gatt_server.cc 253 p_data->phy_update.conn_id, p_data->phy_update.tx_phy,
447 static bt_status_t btif_gattc_set_preferred_phy(int conn_id, uint8_t tx_phy,
451 do_in_bta_thread(FROM_HERE, Bind(&GATTC_SetPreferredPHY, conn_id, tx_phy,
458 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) {
btif_gatt_client.cc 185 p_data->phy_update.conn_id, p_data->phy_update.tx_phy,
582 bt_status_t btif_gattc_set_preferred_phy(int conn_id, uint8_t tx_phy,
585 do_in_bta_thread(FROM_HERE, Bind(&GATTC_SetPreferredPHY, conn_id, tx_phy,
592 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) {
  /system/bt/stack/include/
gatt_api.h 584 uint8_t tx_phy, uint8_t rx_phy,
838 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb);
839 extern void GATTC_SetPreferredPHY(uint16_t conn_id, uint8_t tx_phy,
    [all...]
  /system/bt/bta/gatt/
bta_gatts_act.cc 53 uint8_t tx_phy, uint8_t rx_phy,
621 uint8_t tx_phy, uint8_t rx_phy,
632 cb_data.phy_update.tx_phy = tx_phy;
bta_gattc_act.cc 65 uint8_t tx_phy, uint8_t rx_phy,
    [all...]
  /system/bt/stack/gatt/
gatt_api.cc 694 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb,
696 uint8_t status, tx_phy, rx_phy; local
704 STREAM_TO_UINT8(tx_phy, pp);
708 cb.Run(tx_phy, rx_phy, status);
713 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) {
740 void GATTC_SetPreferredPHY(uint16_t conn_id, uint8_t tx_phy, uint8_t rx_phy,
757 if (tx_phy == 0) all_phys &= 0x01;
765 UINT8_TO_STREAM(pp, tx_phy);
    [all...]
gatt_main.cc 501 void gatt_notify_phy_updated(tGATT_TCB* p_tcb, uint8_t tx_phy, uint8_t rx_phy,
507 (*p_reg->app_cb.p_phy_update_cb)(p_reg->gatt_if, conn_id, tx_phy, rx_phy,
    [all...]
gatt_int.h 516 extern void gatt_notify_phy_updated(tGATT_TCB* p_tcb, uint8_t tx_phy,
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 532 void btgattc_phy_updated_cb(int conn_id, uint8_t tx_phy, uint8_t rx_phy,
538 tx_phy, rx_phy, status);
740 void btgatts_phy_updated_cb(int conn_id, uint8_t tx_phy, uint8_t rx_phy,
746 tx_phy, rx_phy, status);
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 312 uint8_t tx_phy; member in struct:__anon105655
516 uint8_t tx_phy; member in struct:__anon105666
    [all...]
  /system/bt/stack/btm/
btm_ble_gap.cc 2224 uint8_t status, tx_phy, rx_phy; local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]

Completed in 397 milliseconds