Searched defs:congested (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/bt/stack/gatt/ |
H A D | gatt_main.cc | 482 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 D | hidd_conn.cc | 387 static void hidd_l2cif_cong_ind(uint16_t cid, bool congested) { in hidd_l2cif_cong_ind()
|
H A D | hidh_conn.cc | 598 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 D | stack_gatt_test.cc | 57 void tGATT_CONGESTION_CBACK(uint16_t conn_id, bool congested) {} in tGATT_CONGESTION_CBACK()
|
/aosp12/system/bt/bta/gatt/ |
H A D | bta_gatts_act.cc | 667 static void bta_gatts_cong_cback(uint16_t conn_id, bool congested) { in bta_gatts_cong_cback()
|
H A D | bta_gattc_act.cc | 1403 static void bta_gattc_cong_cback(uint16_t conn_id, bool congested) { in bta_gattc_cong_cback()
|
/aosp12/system/bt/bta/include/ |
H A D | bta_gatt_api.h | 197 bool congested; /* congestion indicator */ member 344 bool congested; /* report channel congestion indicator */ member
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_gatt.cpp | 369 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 D | GattService.java | 2190 void onClientCongestion(int connId, boolean congested) throws RemoteException { in onClientCongestion() 3412 void onServerCongestion(int connId, boolean congested) throws RemoteException { in onServerCongestion()
|