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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 59 static void gatt_l2cif_congest_cback (UINT16 cid, BOOLEAN congested);
466 static void gatt_channel_congestion(tGATT_TCB *p_tcb, BOOLEAN congested)
473 if (p_tcb != NULL && congested == FALSE)
485 (*p_reg->app_cb.p_congestion_cb)(conn_id, congested);
495 ** Description This function is called when GATT fixed channel is congested
501 static void gatt_le_cong_cback(BD_ADDR remote_bda, BOOLEAN congested)
508 gatt_channel_congestion(p_tcb, congested);
875 static void gatt_l2cif_congest_cback (UINT16 lcid, BOOLEAN congested)
881 gatt_channel_congestion(p_tcb, congested);
    [all...]
  /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 186 * Callback notifying an application that a remote device connection is currently congested
190 typedef void (*congestion_callback)(int conn_id, bool congested);
  /external/libnfc-nci/src/nfa/int/
nfa_cho_int.h 218 BOOLEAN congested; /* TRUE if data link is congested */ member in struct:__anon27905
223 BOOLEAN collision_congested; /* TRUE if collision connection is congested */
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c 49 static void bta_gatts_cong_cback (UINT16 conn_id, BOOLEAN congested);
964 static void bta_gatts_cong_cback (UINT16 conn_id, BOOLEAN congested)
978 cb_data.congest.congested = congested;
bta_gattc_act.c 56 static void bta_gattc_cong_cback (UINT16 conn_id, BOOLEAN congested);
    [all...]
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 60 static void hidh_l2cif_cong_ind (UINT16 l2cap_cid, BOOLEAN congested);
749 static void hidh_l2cif_cong_ind (UINT16 l2cap_cid, BOOLEAN congested)
764 HIDH_TRACE_EVENT ("HID-Host Rcvd L2CAP congestion status, CID: 0x%x Cong: %d", l2cap_cid, congested);
766 if (congested)
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 383 BOOLEAN congested; /* congestion indicator */ member in struct:__anon5407
596 BOOLEAN congested; /* report channel congestion indicator */ member in struct:__anon5418
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 578 typedef void (tGATT_CONGESTION_CBACK )(UINT16 conn_id, BOOLEAN congested);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_server.c 332 , p_data->congest.congested
btif_gatt_client.c 691 , p_data->congest.congested
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 509 void btgattc_congestion_cb(int conn_id, bool congested)
512 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onClientCongestion, conn_id, congested);
770 void btgatts_congestion_cb(int conn_id, bool congested)
773 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onServerCongestion, conn_id, congested);
    [all...]

Completed in 1650 milliseconds