HomeSort by relevance Sort by last modified time
    Searched refs:HCIC_PARAM_SIZE_RMT_NAME_REQ_CANCEL (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h 262 #define HCIC_PARAM_SIZE_RMT_NAME_REQ_CANCEL 6
    [all...]
  /external/bluetooth/bluedroid/stack/hcic/
hcicmds.c 542 if ((p = HCI_GET_CMD_BUF(HCIC_PARAM_SIZE_RMT_NAME_REQ_CANCEL)) == NULL)
547 p->len = HCIC_PREAMBLE_SIZE + HCIC_PARAM_SIZE_RMT_NAME_REQ_CANCEL;
551 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_RMT_NAME_REQ_CANCEL);
    [all...]

Completed in 31 milliseconds