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

  /system/bt/include/hardware/
bt_gatt_server.h 132 congestion_callback congestion_cb; member in struct:__anon1923
bt_gatt_client.h 198 congestion_callback congestion_cb; member in struct:__anon1919
  /system/bt/stack/l2cap/
l2cap_client.cc 54 static void congestion_cb(uint16_t local_channel_id, bool is_congested);
73 .pL2CA_CongestionStatus_Cb = congestion_cb,
340 static void congestion_cb(uint16_t local_channel_id, bool is_congested) { function

Completed in 165 milliseconds