Home
last modified time | relevance | path

Searched refs:source_cid (Results 1 – 1 of 1) sorted by relevance

/external/qemu/hw/
Dbt-l2cap.c400 int psm, int source_cid) in l2cap_channel_open() argument
420 ch->remote_cid = source_cid; in l2cap_channel_open()
445 l2cap_connection_response(l2cap, cid, source_cid, result, status); in l2cap_channel_open()
451 int cid, int source_cid) in l2cap_channel_close() argument
460 cid, source_cid); in l2cap_channel_close()
467 if (ch->remote_cid != source_cid) { in l2cap_channel_close()
469 "invalid SCID %04x.\n", __FUNCTION__, source_cid); in l2cap_channel_close()
479 l2cap_disconnection_response(l2cap, cid, source_cid); in l2cap_channel_close()
744 int psm, int source_cid) in l2cap_channel_open_req_msg() argument
746 struct l2cap_chan_s *ch = l2cap_channel_open(l2cap, psm, source_cid); in l2cap_channel_open_req_msg()