Home
last modified time | relevance | path

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

/btstack/platform/daemon/example/
H A Dl2cap_server.c75 uint16_t remote_cid; in packet_handler() local
/btstack/src/
H A Dl2cap.c1065 … acl_buffer, hci_con_handle_t con_handle, uint8_t packet_boundary, uint16_t remote_cid, uint16_t l… in l2cap_setup_header()
1260 …_t * l2cap_get_channel_for_remote_handle_and_cid(hci_con_handle_t con_handle, uint16_t remote_cid){ in l2cap_get_channel_for_remote_handle_and_cid()
4169 … uint16_t remote_cid = little_endian_read_16(command, 12 + channel->cid_index * sizeof(uint16_t)); in l2cap_ecbm_signaling_handler_dispatch() local
4214 uint16_t remote_cid = little_endian_read_16(command, 8 + (i * sizeof(uint16_t))); in l2cap_ecbm_signaling_handler_dispatch() local
4246 uint16_t remote_cid = little_endian_read_16(command, 8 + (i * sizeof(uint16_t))); in l2cap_ecbm_signaling_handler_dispatch() local
5169 uint16_t remote_cid = little_endian_read_16(command, L2CAP_SIGNALING_COMMAND_DATA_OFFSET + 0); in l2cap_credit_based_handle_credit_indication() local
H A Dl2cap.h240 uint16_t remote_cid; member