Home
last modified time | relevance | path

Searched defs:local_channel_id (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c34 uint16_t local_channel_id; member
200 static void connect_completed_cb(uint16_t local_channel_id, uint16_t error_code) in connect_completed_cb()
224 static void config_request_cb(uint16_t local_channel_id, tL2CAP_CFG_INFO *requested_parameters) in config_request_cb()
270 static void config_completed_cb(uint16_t local_channel_id, tL2CAP_CFG_INFO *negotiated_parameters) in config_completed_cb()
306 static void disconnect_request_cb(uint16_t local_channel_id, bool ack_required) in disconnect_request_cb()
325 static void disconnect_completed_cb(uint16_t local_channel_id, UNUSED_ATTR uint16_t error_code) in disconnect_completed_cb()
341 static void congestion_cb(uint16_t local_channel_id, bool is_congested) in congestion_cb()
364 static void read_ready_cb(uint16_t local_channel_id, BT_HDR *packet) in read_ready_cb()
383 static void write_completed_cb(UNUSED_ATTR uint16_t local_channel_id, UNUSED_ATTR uint16_t packets_… in write_completed_cb()
448 static l2cap_client_t *find(uint16_t local_channel_id) in find()