Home
last modified time | relevance | path

Searched refs: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
42 static void connect_completed_cb(uint16_t local_channel_id, uint16_t error_code);
43 static void config_request_cb(uint16_t local_channel_id, tL2CAP_CFG_INFO *requested_parameters);
44 static void config_completed_cb(uint16_t local_channel_id, tL2CAP_CFG_INFO *negotiated_parameters);
45 static void disconnect_request_cb(uint16_t local_channel_id, bool ack_required);
46 static void disconnect_completed_cb(uint16_t local_channel_id, uint16_t error_code);
47 static void congestion_cb(uint16_t local_channel_id, bool is_congested);
48 static void read_ready_cb(uint16_t local_channel_id, BT_HDR *packet);
49 static void write_completed_cb(uint16_t local_channel_id, uint16_t packets_completed);
53 static l2cap_client_t *find(uint16_t local_channel_id);
[all …]