Home
last modified time | relevance | path

Searched refs:max_period (Results 1 – 6 of 6) sorted by relevance

/external/qemu/hw/
Dbt-hci.c1531 PARAM16(periodic_inquiry, max_period)) || in bt_submit_hci()
1534 PARAM16(periodic_inquiry, max_period) < 3) { in bt_submit_hci()
1543 hci->lm.inquiry_period = PARAM16(periodic_inquiry, max_period); in bt_submit_hci()
Dbt.h462 uint16_t max_period; /* 1.28s units */ member
/external/bluetooth/bluedroid/stack/btm/
Dbtm_acl.c1538 tBTM_STATUS BTM_SetSniffMode (BD_ADDR remote_bda, UINT16 min_period, UINT16 max_period, in BTM_SetSniffMode() argument
1554 if (!btsnd_hcic_sniff_mode (p->hci_handle, max_period, in BTM_SetSniffMode()
/external/bluetooth/bluedroid/stack/include/
Dhcimsgs.h93 HCI_API extern BOOLEAN btsnd_hcic_per_inq_mode(UINT16 max_period, UINT16 min_period,
Dbtm_api.h2952 UINT16 max_period, UINT16 attempt,
/external/bluetooth/bluedroid/stack/hcic/
Dhcicmds.c86 BOOLEAN btsnd_hcic_per_inq_mode (UINT16 max_period, UINT16 min_period, in btsnd_hcic_per_inq_mode() argument
103 UINT16_TO_STREAM (pp, max_period); in btsnd_hcic_per_inq_mode()