Searched defs:rcid (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_main.cc | 333 uint16_t lcid, rcid; in process_l2cap_cmd() local 375 uint16_t rcid{}; in process_l2cap_cmd() local 722 uint16_t lcid{}, rcid{}; in process_l2cap_cmd() local 745 uint16_t lcid{}, rcid{}; in process_l2cap_cmd() local
|
D | l2c_ble.cc | 265 uint16_t lcid = 0, rcid = 0, mtu = 0, mps = 0, initial_credit = 0; in l2cble_process_sig_cmd() local
|
D | l2cap_api.cc | 255 uint16_t* rcid) { in L2CA_GetRemoteChannelId()
|
D | l2c_api.cc | 926 bool L2CA_GetRemoteChannelId(uint16_t lcid, uint16_t* rcid) { in L2CA_GetRemoteChannelId()
|
/packages/modules/Bluetooth/system/gd/hal/ |
D | snoop_logger.h | 138 uint16_t lcid, rcid, rfcomm_uuid, psm; member
|
D | snoop_logger.cc | 193 void ProfilesFilter::ProfileL2capOpen(profile_type_t profile, uint16_t lcid, uint16_t rcid, in ProfileL2capOpen()
|
/packages/modules/Bluetooth/system/stack/rfcomm/ |
D | port_api.cc | 1238 uint16_t rcid, ahandle, lmtu; in PORT_GetChannelInfo() local
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_api.cc | 164 bool L2CA_GetRemoteChannelId(uint16_t lcid, uint16_t* rcid) { in L2CA_GetRemoteChannelId()
|