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

  /external/bluetooth/bluez/src/
dbus-common.c 80 dl = g_malloc0(HCI_MAX_DEV * sizeof(*dr) + sizeof(*dl));
82 dl->dev_num = HCI_MAX_DEV;
security.c 81 static struct g_io_info io_data[HCI_MAX_DEV];
953 for (i = 0; i < HCI_MAX_DEV; i++)
  /external/bluetooth/bluez/plugins/
hciops.c 243 dl = g_try_malloc0(HCI_MAX_DEV * sizeof(struct hci_dev_req) + sizeof(uint16_t));
251 dl->dev_num = HCI_MAX_DEV;
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 19 #define HCI_MAX_DEV 16
  /external/bluetooth/bluez/tools/
hciconfig.c 60 if (!(dl = malloc(HCI_MAX_DEV * sizeof(struct hci_dev_req) + sizeof(uint16_t)))) {
64 dl->dev_num = HCI_MAX_DEV;
    [all...]
  /external/bluetooth/bluez/lib/
hci.c 821 dl = malloc(HCI_MAX_DEV * sizeof(*dr) + sizeof(*dl));
827 memset(dl, 0, HCI_MAX_DEV * sizeof(*dr) + sizeof(*dl));
829 dl->dev_num = HCI_MAX_DEV;
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 35 #define HCI_MAX_DEV 16
    [all...]

Completed in 130 milliseconds