Searched refs:PIN_CODE_LEN (Results 1 – 5 of 5) sorted by relevance
39 #define PIN_CODE_LEN 16 macro40 typedef uint8_t PIN_CODE[PIN_CODE_LEN]; /* Pin Code (upto 128 bits) MSB is 0 */
30 uint8_t p_pin[PIN_CODE_LEN];
683 if (pin_code == nullptr || pin_len > PIN_CODE_LEN) { in pin_reply()
593 for (; i < PIN_CODE_LEN; i++) *pp++ = 0; in btsnd_hcic_pin_code_req_reply()
626 if ((pin_len > PIN_CODE_LEN) || (pin_len == 0) || (p_pin == NULL)) in BTM_PINCodeReply()