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

  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h 196 #define HCIC_PARAM_SIZE_PIN_CODE_REQ_REPLY 23
    [all...]
  /external/bluetooth/bluedroid/stack/hcic/
hcicmds.c 347 if ((p = HCI_GET_CMD_BUF(HCIC_PARAM_SIZE_PIN_CODE_REQ_REPLY)) == NULL)
352 p->len = HCIC_PREAMBLE_SIZE + HCIC_PARAM_SIZE_PIN_CODE_REQ_REPLY;
356 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_PIN_CODE_REQ_REPLY);
    [all...]

Completed in 33 milliseconds