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.cc121 void BtaGattServerQueue::CongestionCallback(uint16_t conn_id, bool congested) { in CongestionCallback()
Dbta_gatts_act.cc692 static void bta_gatts_cong_cback(uint16_t conn_id, bool congested) { in bta_gatts_cong_cback()
Dbta_gattc_act.cc1714 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.cc629 static void gatt_channel_congestion(tGATT_TCB* p_tcb, bool congested) { in gatt_channel_congestion()
718 static void gatt_le_cong_cback(const RawAddress& remote_bda, bool congested) { in gatt_le_cong_cback()
923 static void gatt_l2cif_congest_cback(uint16_t lcid, bool congested) { in gatt_l2cif_congest_cback()
/packages/modules/Bluetooth/system/stack/hid/
Dhidd_conn.cc411 static void hidd_l2cif_cong_ind(uint16_t cid, bool congested) { in hidd_l2cif_cong_ind()
Dhidh_conn.cc618 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.cc87 void tGATT_CONGESTION_CBACK(uint16_t conn_id, bool congested) {} in tGATT_CONGESTION_CBACK()
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h198 bool congested; /* congestion indicator */ member
384 bool congested; /* report channel congestion indicator */ member
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java180 void onClientCongestion(int connId, boolean congested) throws RemoteException { in onClientCongestion()
267 void onServerCongestion(int connId, boolean congested) throws RemoteException { in onServerCongestion()
DGattService.java1821 void onClientCongestion(int connId, boolean congested) throws RemoteException { in onClientCongestion()
3084 void onServerCongestion(int connId, boolean congested) throws RemoteException { in onServerCongestion()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp405 void btgattc_congestion_cb(int conn_id, bool congested) { in btgattc_congestion_cb()
812 void btgatts_congestion_cb(int conn_id, bool congested) { in btgatts_congestion_cb()