Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_int.h636 PIN_CODE pin_code; /* PIN CODE if pin type is fixed */
862 PIN_CODE pin_code; /* for legacy devices */
Dbtm_sec.c395 void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len) in BTM_SetPinType()
/system/bt/stack/include/
Dhcimsgs.h149 PIN_CODE pin_code);
Dbt_types.h332 typedef UINT8 PIN_CODE[PIN_CODE_LEN]; /* Pin Code (upto 128 bits) MSB is 0 */ typedef
Dbtm_api.h3218 extern void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len);
/system/bt/stack/hcic/
Dhcicmds.c267 PIN_CODE pin_code) in btsnd_hcic_pin_code_req_reply()