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

  /external/bluetooth/bluez/lib/bluetooth/
l2cap.h 77 #define L2CAP_CONF_REQ 0x04
135 } __attribute__ ((packed)) l2cap_conf_req; typedef in typeref:struct:__anon1845
  /system/bluetooth/bluez-clean-headers/bluetooth/
l2cap.h 66 #define L2CAP_CONF_REQ 0x04
125 } __attribute__ ((packed)) l2cap_conf_req; typedef in typeref:struct:__anon30548
  /external/qemu/hw/
bt-l2cap.c 251 l2cap_conf_req *params;
262 hdr->code = L2CAP_CONF_REQ;
841 case L2CAP_CONF_REQ:
848 le16_to_cpu(((l2cap_conf_req *) params)->flags) & 1,
849 le16_to_cpu(((l2cap_conf_req *) params)->dcid),
850 ((l2cap_conf_req *) params)->data,
    [all...]
bt.h 1783 } __attribute__ ((packed)) l2cap_conf_req; typedef in typeref:struct:__anon10053
    [all...]
  /external/bluetooth/hcidump/parser/
l2cap.c 557 l2cap_conf_req *h = frm->ptr;
747 case L2CAP_CONF_REQ:

Completed in 190 milliseconds