Searched refs:PIN_CODE_LEN (Results 1 – 5 of 5) sorted by relevance
29 #define SMP_PIN_CODE_LEN_MAX PIN_CODE_LEN
328 #define PIN_CODE_LEN 16 macro329 typedef UINT8 PIN_CODE[PIN_CODE_LEN]; /* Pin Code (upto 128 bits) MSB is 0 */
373 UINT8 p_pin[PIN_CODE_LEN];382 UINT8 p_pin[PIN_CODE_LEN];
853 if ( (pin_len > PIN_CODE_LEN) || (pin_len == 0) || (p_pin == NULL) ) { in BTM_PINCodeReply()1004 if (p_pin && (pin_len <= PIN_CODE_LEN) && (pin_len != 0)) { in btm_sec_bond_by_transport()1007 memcpy (btm_cb.pin_code, p_pin, PIN_CODE_LEN); in btm_sec_bond_by_transport()
370 for (; i < PIN_CODE_LEN; i++) { in btsnd_hcic_pin_code_req_reply()