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

  /hardware/libhardware/include/hardware/
bt_gatt_server.h 110 uint8_t rx_phy, uint8_t status);
170 uint8_t rx_phy, uint16_t phy_options);
174 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)>
bt_gatt_client.h 171 uint8_t rx_phy, uint8_t status);
280 uint8_t rx_phy, uint16_t phy_options);
284 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)>
  /system/bt/btif/src/
btif_gatt_server.cc 254 p_data->phy_update.rx_phy, p_data->phy_update.status);
448 uint8_t rx_phy,
452 rx_phy, phy_options));
458 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) {
btif_gatt_client.cc 186 p_data->phy_update.rx_phy, p_data->phy_update.status);
583 uint8_t rx_phy, uint16_t phy_options) {
586 rx_phy, phy_options));
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);
840 uint8_t rx_phy, uint16_t phy_options);
    [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,
633 cb_data.phy_update.rx_phy = rx_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
705 STREAM_TO_UINT8(rx_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,
758 if (rx_phy == 0) all_phys &= 0x02;
766 UINT8_TO_STREAM(pp, rx_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 517 uint8_t rx_phy, uint8_t status);
  /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 313 uint8_t rx_phy; member in struct:__anon105655
517 uint8_t rx_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 403 milliseconds