Searched refs:max_period (Results 1 – 6 of 6) sorted by relevance
/external/qemu/hw/ |
D | bt-hci.c | 1531 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()
|
D | bt.h | 462 uint16_t max_period; /* 1.28s units */ member
|
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_acl.c | 1538 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/ |
D | hcimsgs.h | 93 HCI_API extern BOOLEAN btsnd_hcic_per_inq_mode(UINT16 max_period, UINT16 min_period,
|
D | btm_api.h | 2952 UINT16 max_period, UINT16 attempt,
|
/external/bluetooth/bluedroid/stack/hcic/ |
D | hcicmds.c | 86 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()
|