Searched defs:congested (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gatts_queue.cc | 121 void BtaGattServerQueue::CongestionCallback(uint16_t conn_id, bool congested) { in CongestionCallback()
|
D | bta_gatts_act.cc | 692 static void bta_gatts_cong_cback(uint16_t conn_id, bool congested) { in bta_gatts_cong_cback()
|
D | bta_gattc_act.cc | 1714 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 | 629 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/ |
D | hidd_conn.cc | 411 static void hidd_l2cif_cong_ind(uint16_t cid, bool congested) { in hidd_l2cif_cong_ind()
|
D | hidh_conn.cc | 618 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 | 87 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 | 198 bool congested; /* congestion indicator */ member 384 bool congested; /* report channel congestion indicator */ member
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattNativeInterface.java | 180 void onClientCongestion(int connId, boolean congested) throws RemoteException { in onClientCongestion() 267 void onServerCongestion(int connId, boolean congested) throws RemoteException { in onServerCongestion()
|
D | GattService.java | 1821 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/ |
D | com_android_bluetooth_gatt.cpp | 405 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()
|