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

  /hardware/libhardware/include/hardware/
bt_gatt_server.h 138 congestion_callback congestion_cb; member in struct:__anon31147
bt_gatt_client.h 257 congestion_callback congestion_cb; member in struct:__anon31143
  /system/bt/stack/l2cap/
l2cap_client.c 51 static void congestion_cb(uint16_t local_channel_id, bool is_congested);
69 .pL2CA_CongestionStatus_Cb = congestion_cb,
323 static void congestion_cb(uint16_t local_channel_id, bool is_congested) { function

Completed in 66 milliseconds