Home
last modified time | relevance | path

Searched refs:HCIC_PARAM_SIZE_INQ_CANCEL (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/hcic/
Dhcicmds.c72 if ((p = HCI_GET_CMD_BUF(HCIC_PARAM_SIZE_INQ_CANCEL)) == NULL) in btsnd_hcic_inq_cancel()
77 p->len = HCIC_PREAMBLE_SIZE + HCIC_PARAM_SIZE_INQ_CANCEL; in btsnd_hcic_inq_cancel()
80 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_INQ_CANCEL); in btsnd_hcic_inq_cancel()
/external/bluetooth/bluedroid/stack/include/
Dhcimsgs.h90 #define HCIC_PARAM_SIZE_INQ_CANCEL 0 macro