HomeSort by relevance Sort by last modified time
    Searched full:link_mode (Results 1 - 9 of 9) sorted by null

  /external/bluetooth/bluez/src/
hcid.h 34 uint16_t link_mode; member in struct:main_opts
main.c 228 main_opts.link_mode = HCI_LM_ACCEPT;
253 main_opts.link_mode = HCI_LM_ACCEPT;
  /external/bluetooth/bluez/compat/
pand.c 70 static int link_mode = 0; variable
260 lm = link_mode;
686 link_mode |= L2CAP_LM_AUTH;
690 link_mode |= L2CAP_LM_ENCRYPT;
694 link_mode |= L2CAP_LM_SECURE;
698 link_mode |= L2CAP_LM_MASTER;
  /external/bluetooth/bluez/plugins/
hciops.c 643 uint32_t link_mode; local
655 link_mode = cr->conn_info->link_mode;
664 if (link_mode & HCI_LM_ENCRYPT) {
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 2329 uint32_t link_mode; member in struct:hci_dev_info
2345 uint32_t link_mode; member in struct:hci_conn_info
    [all...]
  /external/kernel-headers/original/linux/
netdevice.h 360 unsigned char link_mode; /* mapping policy to operstate */ member in struct:net_device
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 2416 uint32_t link_mode; member in struct:hci_dev_info
2432 uint32_t link_mode; member in struct:hci_conn_info
    [all...]
  /external/bluetooth/bluez/tools/
hciconfig.c 103 str = hci_lmtostr(di->link_mode);
    [all...]
hcitool.c 141 str = hci_lmtostr(ci->link_mode);
    [all...]

Completed in 455 milliseconds