Home
last modified time | relevance | path

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

/btstack/test/gatt_client/
H A Dmock.c160 void l2cap_register_fixed_channel(btstack_packet_handler_t packet_handler, uint16_t channel_id) { in l2cap_register_fixed_channel()
176 bool l2cap_can_send_fixed_channel_packet_now(uint16_t handle, uint16_t channel_id){ in l2cap_can_send_fixed_channel_packet_now()
180 void l2cap_request_can_send_fix_channel_now_event(uint16_t handle, uint16_t channel_id){ in l2cap_request_can_send_fix_channel_now_event()
/btstack/test/security_manager/
H A Dmock.c231 bool l2cap_can_send_fixed_channel_packet_now(uint16_t handle, uint16_t channel_id){ in l2cap_can_send_fixed_channel_packet_now()
263 void l2cap_register_fixed_channel(btstack_packet_handler_t packet_handler, uint16_t channel_id) { in l2cap_register_fixed_channel()
/btstack/test/gatt_server/
H A Dmock.c189 bool l2cap_can_send_fixed_channel_packet_now(uint16_t handle, uint16_t channel_id){ in l2cap_can_send_fixed_channel_packet_now()
193 void l2cap_request_can_send_fix_channel_now_event(uint16_t handle, uint16_t channel_id){ in l2cap_request_can_send_fix_channel_now_event()
/btstack/src/
H A Dl2cap.c1036 void l2cap_request_can_send_fix_channel_now_event(hci_con_handle_t con_handle, uint16_t channel_id){ in l2cap_request_can_send_fix_channel_now_event()
1045 bool l2cap_can_send_fixed_channel_packet_now(hci_con_handle_t con_handle, uint16_t channel_id){ in l2cap_can_send_fixed_channel_packet_now()
4817 uint16_t channel_id = READ_L2CAP_CHANNEL_ID(packet); in l2cap_acl_classic_handler() local
4889 uint16_t channel_id = READ_L2CAP_CHANNEL_ID(packet); in l2cap_acl_le_handler() local
4958 void l2cap_register_fixed_channel(btstack_packet_handler_t packet_handler, uint16_t channel_id) { in l2cap_register_fixed_channel()