Searched refs:PIN_CODE (Results 1 – 9 of 9) sorted by relevance
/system/bt/stack/btm/ |
D | btm_int_types.h | 67 PIN_CODE pin_code; /* PIN CODE if pin type is fixed */ 270 PIN_CODE pin_code; /* for legacy devices */
|
D | btm_sec.h | 118 void BTM_SetPinType(uint8_t pin_type, PIN_CODE pin_code, uint8_t pin_code_len);
|
D | btm_sec.cc | 373 void BTM_SetPinType(uint8_t pin_type, PIN_CODE pin_code, uint8_t pin_code_len) { in BTM_SetPinType()
|
/system/bt/test/mock/ |
D | mock_stack_btm_sec.cc | 223 void BTM_SetPinType(uint8_t pin_type, PIN_CODE pin_code, uint8_t pin_code_len) { in BTM_SetPinType()
|
D | mock_hcic_hcicmds.cc | 157 uint8_t pin_code_len, PIN_CODE pin_code) { in btsnd_hcic_pin_code_req_reply()
|
/system/bt/stack/include/ |
D | hcimsgs.h | 80 PIN_CODE pin_code); 269 PIN_CODE pin_code);
|
D | bt_types.h | 471 typedef uint8_t PIN_CODE[PIN_CODE_LEN]; /* Pin Code (upto 128 bits) MSB is 0 */ typedef
|
/system/bt/main/shim/ |
D | btm_api.h | 1415 void BTM_SetPinType(uint8_t pin_type, PIN_CODE pin_code, uint8_t pin_code_len);
|
/system/bt/stack/hcic/ |
D | hcicmds.cc | 678 uint8_t pin_code_len, PIN_CODE pin_code) { in btsnd_hcic_pin_code_req_reply()
|