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

  /external/bluetooth/bluez/lib/bluetooth/
l2cap.h 75 #define L2CAP_CONN_REQ 0x02
108 } __attribute__ ((packed)) l2cap_conn_req; typedef in typeref:struct:__anon1840
  /system/bluetooth/bluez-clean-headers/bluetooth/
l2cap.h 64 #define L2CAP_CONN_REQ 0x02
99 } __attribute__ ((packed)) l2cap_conn_req; typedef in typeref:struct:__anon25871
  /external/qemu/hw/
bt-l2cap.c 819 case L2CAP_CONN_REQ:
826 le16_to_cpu(((l2cap_conn_req *) params)->psm),
827 le16_to_cpu(((l2cap_conn_req *) params)->scid));
    [all...]
bt.h 1752 } __attribute__ ((packed)) l2cap_conn_req; typedef in typeref:struct:__anon10048
    [all...]
  /external/bluetooth/hcidump/parser/
l2cap.c 390 l2cap_conn_req *h = frm->ptr;
739 case L2CAP_CONN_REQ:

Completed in 35 milliseconds