Home
last modified time | relevance | path

Searched defs:congested (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/bt/stack/gatt/
H A Dgatt_main.cc482 static void gatt_channel_congestion(tGATT_TCB* p_tcb, bool congested) { in gatt_channel_congestion()
544 static void gatt_le_cong_cback(const RawAddress& remote_bda, bool congested) { in gatt_le_cong_cback()
743 static void gatt_l2cif_congest_cback(uint16_t lcid, bool congested) { in gatt_l2cif_congest_cback()
/aosp12/system/bt/stack/hid/
H A Dhidd_conn.cc387 static void hidd_l2cif_cong_ind(uint16_t cid, bool congested) { in hidd_l2cif_cong_ind()
H A Dhidh_conn.cc598 static void hidh_l2cif_cong_ind(uint16_t l2cap_cid, bool congested) { in hidh_l2cif_cong_ind()
/aosp12/system/bt/stack/test/gatt/
H A Dstack_gatt_test.cc57 void tGATT_CONGESTION_CBACK(uint16_t conn_id, bool congested) {} in tGATT_CONGESTION_CBACK()
/aosp12/system/bt/bta/gatt/
H A Dbta_gatts_act.cc667 static void bta_gatts_cong_cback(uint16_t conn_id, bool congested) { in bta_gatts_cong_cback()
H A Dbta_gattc_act.cc1403 static void bta_gattc_cong_cback(uint16_t conn_id, bool congested) { in bta_gattc_cong_cback()
/aosp12/system/bt/bta/include/
H A Dbta_gatt_api.h197 bool congested; /* congestion indicator */ member
344 bool congested; /* report channel congestion indicator */ member
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp369 void btgattc_congestion_cb(int conn_id, bool congested) { in btgattc_congestion_cb()
721 void btgatts_congestion_cb(int conn_id, bool congested) { in btgatts_congestion_cb()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java2190 void onClientCongestion(int connId, boolean congested) throws RemoteException { in onClientCongestion()
3412 void onServerCongestion(int connId, boolean congested) throws RemoteException { in onServerCongestion()