Searched refs:dcid (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | l2cap_core.c | 98 if (c->dcid == cid) in __l2cap_get_chan_by_dcid() 586 __le16_to_cpu(chan->psm), chan->dcid); in __l2cap_chan_add() 603 chan->dcid = L2CAP_CID_CONN_LESS; in __l2cap_chan_add() 614 chan->dcid = L2CAP_CID_SIGNALING; in __l2cap_chan_add() 768 rsp.dcid = cpu_to_le16(chan->scid); in l2cap_chan_le_connect_reject() 812 rsp.scid = cpu_to_le16(chan->dcid); in l2cap_chan_connect_reject() 813 rsp.dcid = cpu_to_le16(chan->scid); in l2cap_chan_connect_reject() 1161 lh->cid = cpu_to_le16(chan->dcid); in l2cap_create_sframe_pdu() 1618 req.dcid = cpu_to_le16(chan->dcid); in l2cap_send_disconn_req() 1667 rsp.scid = cpu_to_le16(chan->dcid); in l2cap_conn_start() [all …]
|
| H A D | l2cap_sock.c | 422 la->l2_cid = cpu_to_le16(chan->dcid); in l2cap_sock_getname() 1800 chan->dcid = pchan->scid; in l2cap_sock_init()
|
| H A D | a2mp.c | 779 chan->dcid = L2CAP_CID_A2MP; in a2mp_chan_open()
|
| H A D | smp.c | 3236 chan->dcid = chan->scid; in smp_new_conn_cb()
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | l2cap.h | 240 __le16 dcid; member 249 __le16 dcid; member 308 __le16 dcid; member 388 __le16 dcid; member 393 __le16 dcid; member 414 __le16 dcid; member 483 __le16 dcid; member 511 __le16 dcid[]; member 554 __u16 dcid; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/ |
| H A D | rtk_coex.c | 413 int8_t profile_index, uint16_t dcid, in list_allocate_add() argument 447 pprof_info->dcid = dcid; in list_allocate_add() 457 "scid 0x%04x", desc->handle, desc->psm, desc->dcid, in delete_profile_from_hash() 500 uint16_t dcid) in find_profile_by_handle_dcid() argument 508 if (((handle & 0xFFF) == desc->handle) && (dcid == desc->dcid)) { in find_profile_by_handle_dcid() 517 uint16_t dcid, in find_profile_by_handle_dcid_scid() argument 526 if (((handle & 0xFFF) == desc->handle) && (dcid == desc->dcid) in find_profile_by_handle_dcid_scid() 860 static uint8_t handle_l2cap_con_rsp(uint16_t handle, uint16_t dcid, in handle_l2cap_con_rsp() argument 884 prof_info->dcid = dcid; in handle_l2cap_con_rsp() 886 prof_info->scid = dcid; in handle_l2cap_con_rsp() [all …]
|
| H A D | rtk_coex.h | 163 uint16_t dcid; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | rtk_coex.c | 413 int8_t profile_index, uint16_t dcid, in list_allocate_add() argument 447 pprof_info->dcid = dcid; in list_allocate_add() 457 "scid 0x%04x", desc->handle, desc->psm, desc->dcid, in delete_profile_from_hash() 500 uint16_t dcid) in find_profile_by_handle_dcid() argument 508 if (((handle & 0xFFF) == desc->handle) && (dcid == desc->dcid)) { in find_profile_by_handle_dcid() 517 uint16_t dcid, in find_profile_by_handle_dcid_scid() argument 526 if (((handle & 0xFFF) == desc->handle) && (dcid == desc->dcid) in find_profile_by_handle_dcid_scid() 860 static uint8_t handle_l2cap_con_rsp(uint16_t handle, uint16_t dcid, in handle_l2cap_con_rsp() argument 884 prof_info->dcid = dcid; in handle_l2cap_con_rsp() 886 prof_info->scid = dcid; in handle_l2cap_con_rsp() [all …]
|
| H A D | rtk_coex.h | 163 uint16_t dcid; member
|