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

  /external/bluetooth/bluez/test/
hciemu.c 89 uint16_t acl_cnt; member in struct:vhci_device
403 vdev.acl_cnt = 0;
425 *((uint16_t *) ptr) = htobs(vdev.acl_cnt); ptr += 2;
865 if (++vdev.acl_cnt > VHCI_ACL_MAX_PKT - 1) {
868 vdev.acl_cnt = 0;
  /external/strace/
file.c 1345 #ifdef ACL_CNT
1346 { ACL_CNT, "ACL_CNT" },
    [all...]

Completed in 443 milliseconds