Home
last modified time | relevance | path

Searched refs:PIN_CODE (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h710 PIN_CODE pin_code; /* PIN CODE if pin type is fixed */
915 PIN_CODE pin_code; /* for legacy devices */
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h321 typedef UINT8 PIN_CODE[PIN_CODE_LEN]; /* Pin Code (upto 128 bits) MSB is 0 */ typedef
Dhcimsgs.h149 PIN_CODE pin_code);
Dbtm_api.h3335 void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len);
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c345 PIN_CODE pin_code) in btsnd_hcic_pin_code_req_reply()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c387 void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len) in BTM_SetPinType()
5004 PIN_CODE default_pin_code = {0x30, 0x30, 0x30, 0x30}; in btm_sec_pin_code_request()