Searched refs:PIN_CODE_LEN (Results 1 – 6 of 6) sorted by relevance
24 #define SMP_PIN_CODE_LEN_MAX PIN_CODE_LEN
594 #define PIN_CODE_LEN 16 macro595 typedef uint8_t PIN_CODE[PIN_CODE_LEN]; /* Pin Code (upto 128 bits) MSB is 0 */
108 uint8_t p_pin[PIN_CODE_LEN];
708 if ((pin_len > PIN_CODE_LEN) || (pin_len == 0) || (p_pin == NULL)) in BTM_PINCodeReply()850 if (p_pin && (pin_len <= PIN_CODE_LEN) && (pin_len != 0)) { in btm_sec_bond_by_transport()853 memcpy(btm_cb.pin_code, p_pin, PIN_CODE_LEN); in btm_sec_bond_by_transport()
256 for (; i < PIN_CODE_LEN; i++) *pp++ = 0; in btsnd_hcic_pin_code_req_reply()
2459 if (pin_code == NULL || pin_len > PIN_CODE_LEN) return BT_STATUS_FAIL; in btif_dm_pin_reply()