Searched defs:congested (Results 1 – 11 of 11) sorted by relevance
| /packages/modules/Bluetooth/system/bta/gatt/ |
| D | bta_gatts_queue.cc | 117 void BtaGattServerQueue::CongestionCallback(uint16_t conn_id, bool congested) { in CongestionCallback()
|
| D | bta_gatts_act.cc | 683 static void bta_gatts_cong_cback(uint16_t conn_id, bool congested) { in bta_gatts_cong_cback()
|
| D | bta_gattc_act.cc | 1592 static void bta_gattc_cong_cback(uint16_t conn_id, bool congested) { in bta_gattc_cong_cback()
|
| /packages/modules/Bluetooth/system/stack/gatt/ |
| D | gatt_main.cc | 631 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/ |
| D | hidd_conn.cc | 406 static void hidd_l2cif_cong_ind(uint16_t cid, bool congested) { in hidd_l2cif_cong_ind()
|
| D | hidh_conn.cc | 607 static void hidh_l2cif_cong_ind(uint16_t l2cap_cid, bool congested) { in hidh_l2cif_cong_ind()
|
| /packages/modules/Bluetooth/system/stack/test/gatt/ |
| D | stack_gatt_test.cc | 54 void tGATT_CONGESTION_CBACK(uint16_t conn_id, bool congested) {} in tGATT_CONGESTION_CBACK()
|
| /packages/modules/Bluetooth/system/bta/include/ |
| D | bta_gatt_api.h | 202 bool congested; /* congestion indicator */ member 361 bool congested; /* report channel congestion indicator */ member
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
| D | GattNativeInterface.java | 233 void onClientCongestion(int connId, boolean congested) throws RemoteException { in onClientCongestion() 299 void onServerCongestion(int connId, boolean congested) throws RemoteException { in onServerCongestion()
|
| D | GattService.java | 3047 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/ |
| D | com_android_bluetooth_gatt.cpp | 407 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()
|