HomeSort by relevance Sort by last modified time
    Searched refs:rcid (Results 1 - 8 of 8) sorted by null

  /system/bt/stack/l2cap/
l2c_main.cc 259 uint16_t rej_reason, rej_mtu, lcid, rcid, info_type; local
338 STREAM_TO_UINT16(rcid, p);
342 "L2CAP - rej with CID invalid, LCID: 0x%04x RCID: 0x%04x", lcid,
343 rcid);
347 if ((p_ccb != NULL) && (p_ccb->remote_cid == rcid)) {
372 STREAM_TO_UINT16(rcid, p);
377 l2cu_reject_connection(p_lcb, rcid, id, L2CAP_CONN_NO_PSM);
384 l2cu_reject_connection(p_lcb, rcid, id, L2CAP_CONN_NO_PSM);
391 l2cu_reject_connection(p_lcb, rcid, id, L2CAP_CONN_NO_RESOURCES);
396 p_ccb->remote_cid = rcid;
    [all...]
l2c_ble.cc 579 uint16_t lcid = 0, rcid = 0, mtu = 0, mps = 0, initial_credit = 0; local
659 STREAM_TO_UINT16(rcid, p);
671 p_ccb = l2cu_find_ccb_by_remote_cid(p_lcb, rcid);
674 rcid);
713 p_ccb->remote_cid = rcid;
800 STREAM_TO_UINT16(rcid, p);
804 if (p_ccb->remote_cid == rcid) {
809 l2cu_send_peer_disc_rsp(p_lcb, id, lcid, rcid);
814 STREAM_TO_UINT16(rcid, p);
819 if ((p_ccb->remote_cid == rcid) && (p_ccb->local_id == id)
    [all...]
l2c_api.cc     [all...]
  /external/syslinux/com32/lib/pci/
scan.c 459 uint32_t did, sid, rcid; local
494 rcid = pci_readl(a + 0x08);
522 func->rid_class = rcid;
526 nbus, did, did >> 16, (did << 16) >> 16, sid, rcid & 0xff);
  /system/bt/stack/include/
l2c_api.h 603 // remote channel identifier, |rcid|, and the ACL link handle, |handle|. If
605 // modify the values pointed at by |rcid| and |handle|. |rcid| and |handle| may
607 bool L2CA_GetIdentifiers(uint16_t lcid, uint16_t* rcid, uint16_t* handle);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sapi51.h     [all...]
sapi53.h     [all...]
sapi54.h     [all...]

Completed in 204 milliseconds