Home
last modified time | relevance | path

Searched refs:PIN_CODE_LEN (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h29 #define SMP_PIN_CODE_LEN_MAX PIN_CODE_LEN
Dbt_types.h328 #define PIN_CODE_LEN 16 macro
329 typedef UINT8 PIN_CODE[PIN_CODE_LEN]; /* Pin Code (upto 128 bits) MSB is 0 */
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h373 UINT8 p_pin[PIN_CODE_LEN];
382 UINT8 p_pin[PIN_CODE_LEN];
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c853 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()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c370 for (; i < PIN_CODE_LEN; i++) { in btsnd_hcic_pin_code_req_reply()