HomeSort by relevance Sort by last modified time
    Searched defs:is_congested (Results 1 - 4 of 4) sorted by null

  /system/bt/stack/l2cap/
l2cap_client.c 42 bool is_congested; member in struct:l2cap_client_t
51 static void congestion_cb(uint16_t local_channel_id, bool is_congested);
161 client->is_congested = false;
180 if (client->is_congested)
323 static void congestion_cb(uint16_t local_channel_id, bool is_congested) {
332 client->is_congested = is_congested;
334 if (!is_congested) {
339 if (!client->is_congested)
401 assert(!client->is_congested);
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_p2p_api.h 142 BOOLEAN is_congested; member in struct:__anon15616
  /external/libnfc-nci/src/nfc/include/
llcp_api.h 159 BOOLEAN is_congested; /* TRUE if congested */ member in struct:__anon15827
  /system/bt/stack/gap/
gap_int.h 77 BOOLEAN is_congested; member in struct:__anon73607

Completed in 82 milliseconds