Lines Matching full:sniff
22 * operations such as hold and sniff modes, supported packet types.
671 /* Wake up the link if in sniff or park before attempting switch */
1055 BTM_TRACE_API1 ("BTM_SetLinkPolicy sniff not supported (settings: 0x%04x)", *settings );
1101 BTM_TRACE_DEBUG1("BTM_SetDefaultLinkPolicy sniff not supported (settings: 0x%04x)", settings);
1746 ** A check is made if the connection is in sniff or park mode,
1764 /* If the connection is in park or sniff mode, forget about holding it */
1783 ** Description This function is called to set a connection into sniff mode.
1784 ** A check is made if the connection is already in sniff or park
1785 ** mode, and if yes, the sniff mode is ignored.
1795 /* First, check if sniff mode is supported */
1824 ** Description This function is called to put a connection out of sniff mode.
1825 ** A check is made if the connection is already in sniff mode,
1826 ** and if not, the cancel sniff mode is ignored.
1838 /* If the connection is not in sniff mode, cannot cancel */
1854 ** A check is made if the connection is already in sniff or park
1872 /* If the connection is in sniff mode, forget about parking it */
1897 ** and if not, the cancel sniff mode is ignored.