HomeSort by relevance Sort by last modified time
    Searched refs:congested (Results 1 - 13 of 13) sorted by null

  /hardware/libhardware/include/hardware/
bt_gatt_server.h 114 * Callback notifying an application that a remote device connection is currently congested
118 typedef void (*congestion_callback)(int conn_id, bool congested);
bt_gatt_client.h 200 * Callback notifying an application that a remote device connection is currently congested
204 typedef void (*congestion_callback)(int conn_id, bool congested);
  /system/bt/stack/gatt/
gatt_main.c 61 static void gatt_l2cif_congest_cback (UINT16 cid, BOOLEAN congested);
520 static void gatt_channel_congestion(tGATT_TCB *p_tcb, BOOLEAN congested)
527 if (p_tcb != NULL && congested == FALSE)
539 (*p_reg->app_cb.p_congestion_cb)(conn_id, congested);
549 ** Description This function is called when GATT fixed channel is congested
555 static void gatt_le_cong_cback(BD_ADDR remote_bda, BOOLEAN congested)
562 gatt_channel_congestion(p_tcb, congested);
929 static void gatt_l2cif_congest_cback (UINT16 lcid, BOOLEAN congested)
935 gatt_channel_congestion(p_tcb, congested);
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_cho_int.h 218 BOOLEAN congested; /* TRUE if data link is congested */ member in struct:__anon16266
223 BOOLEAN collision_congested; /* TRUE if collision connection is congested */
  /system/bt/bta/gatt/
bta_gatts_act.c 50 static void bta_gatts_cong_cback (UINT16 conn_id, BOOLEAN congested);
946 static void bta_gatts_cong_cback (UINT16 conn_id, BOOLEAN congested)
960 cb_data.congest.congested = congested;
bta_gattc_act.c 61 static void bta_gattc_cong_cback (UINT16 conn_id, BOOLEAN congested);
    [all...]
  /system/bt/stack/hid/
hidh_conn.c 65 static void hidh_l2cif_cong_ind (UINT16 l2cap_cid, BOOLEAN congested);
761 static void hidh_l2cif_cong_ind (UINT16 l2cap_cid, BOOLEAN congested)
776 HIDH_TRACE_EVENT ("HID-Host Rcvd L2CAP congestion status, CID: 0x%x Cong: %d", l2cap_cid, congested);
778 if (congested)
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 325 BOOLEAN congested; /* congestion indicator */ member in struct:__anon71954
530 BOOLEAN congested; /* report channel congestion indicator */ member in struct:__anon71965
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]
  /system/bt/stack/include/
gatt_api.h 578 typedef void (tGATT_CONGESTION_CBACK )(UINT16 conn_id, BOOLEAN congested);
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 464 void btgattc_congestion_cb(int conn_id, bool congested)
467 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onClientCongestion, conn_id, congested);
819 void btgatts_congestion_cb(int conn_id, bool congested)
822 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onServerCongestion, conn_id, congested);
    [all...]
  /system/bt/btif/src/
btif_gatt_server.c 326 , p_data->congest.congested
btif_gatt_client.c 694 , p_data->congest.congested
    [all...]

Completed in 199 milliseconds