Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h723 PIN_CODE pin_code; /* PIN CODE if pin type is fixed */
931 PIN_CODE pin_code; /* for legacy devices */
/hal_espressif-latest/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.h206 PIN_CODE pin_code);
Dbtm_api.h3420 void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len);
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c344 PIN_CODE pin_code) in btsnd_hcic_pin_code_req_reply()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c386 void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len) in BTM_SetPinType()
5018 PIN_CODE default_pin_code = {0x30, 0x30, 0x30, 0x30}; in btm_sec_pin_code_request()