Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/hcic/
Dhcicmds.c1044 if ((p = HCI_GET_CMD_BUF(HCIC_PARAM_SIZE_FLOW_SPEC)) == NULL) in btsnd_hcic_flow_specification()
1049 p->len = HCIC_PREAMBLE_SIZE + HCIC_PARAM_SIZE_FLOW_SPEC; in btsnd_hcic_flow_specification()
1053 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_FLOW_SPEC); in btsnd_hcic_flow_specification()
/external/bluetooth/bluedroid/stack/include/
Dhcimsgs.h436 #define HCIC_PARAM_SIZE_FLOW_SPEC 21 macro