Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_queue.cc117 void BtaGattServerQueue::CongestionCallback(uint16_t conn_id, bool congested) { in CongestionCallback()
Dbta_gatts_act.cc683 static void bta_gatts_cong_cback(uint16_t conn_id, bool congested) { in bta_gatts_cong_cback()
Dbta_gattc_act.cc1592 static void bta_gattc_cong_cback(uint16_t conn_id, bool congested) { in bta_gattc_cong_cback()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc631 static void gatt_channel_congestion(tGATT_TCB* p_tcb, bool congested) { in gatt_channel_congestion()
717 static void gatt_le_cong_cback(const RawAddress& remote_bda, bool congested) { in gatt_le_cong_cback()
921 static void gatt_l2cif_congest_cback(uint16_t lcid, bool congested) { in gatt_l2cif_congest_cback()
/packages/modules/Bluetooth/system/stack/hid/
Dhidd_conn.cc406 static void hidd_l2cif_cong_ind(uint16_t cid, bool congested) { in hidd_l2cif_cong_ind()
Dhidh_conn.cc607 static void hidh_l2cif_cong_ind(uint16_t l2cap_cid, bool congested) { in hidh_l2cif_cong_ind()
/packages/modules/Bluetooth/system/stack/test/gatt/
Dstack_gatt_test.cc54 void tGATT_CONGESTION_CBACK(uint16_t conn_id, bool congested) {} in tGATT_CONGESTION_CBACK()
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h202 bool congested; /* congestion indicator */ member
361 bool congested; /* report channel congestion indicator */ member
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java233 void onClientCongestion(int connId, boolean congested) throws RemoteException { in onClientCongestion()
299 void onServerCongestion(int connId, boolean congested) throws RemoteException { in onServerCongestion()
DGattService.java3047 void onClientCongestion(int connId, boolean congested) throws RemoteException { in onClientCongestion()
4457 void onServerCongestion(int connId, boolean congested) throws RemoteException { in onServerCongestion()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp407 void btgattc_congestion_cb(int conn_id, bool congested) { in btgattc_congestion_cb()
807 void btgatts_congestion_cb(int conn_id, bool congested) { in btgatts_congestion_cb()