Searched refs:pin_code (Results 1 – 13 of 13) sorted by relevance
/system/bt/btif/include/ |
D | btif_api.h | 325 uint8_t pin_len, bt_pin_code_t* pin_code);
|
/system/bt/btif/src/ |
D | btif_dm.cc | 851 bt_pin_code_t pin_code; in btif_dm_pin_req_evt() local 896 pin_code.pin[0] = 0x30; in btif_dm_pin_req_evt() 897 pin_code.pin[1] = 0x30; in btif_dm_pin_req_evt() 898 pin_code.pin[2] = 0x30; in btif_dm_pin_req_evt() 899 pin_code.pin[3] = 0x30; in btif_dm_pin_req_evt() 902 BTA_DmPinReply(bd_addr, true, 4, pin_code.pin); in btif_dm_pin_req_evt() 911 pin_code.pin[0] = 0x30; in btif_dm_pin_req_evt() 912 pin_code.pin[1] = 0x30; in btif_dm_pin_req_evt() 913 pin_code.pin[2] = 0x30; in btif_dm_pin_req_evt() 914 pin_code.pin[3] = 0x30; in btif_dm_pin_req_evt() [all …]
|
D | bluetooth.cc | 311 bt_pin_code_t* pin_code) { in pin_reply() argument 315 return btif_dm_pin_reply(bd_addr, accept, pin_len, pin_code); in pin_reply()
|
/system/bt/stack/btm/ |
D | btm_int_types.h | 592 PIN_CODE pin_code; /* PIN CODE if pin type is fixed */ member 804 PIN_CODE pin_code; /* for legacy devices */ member
|
D | btm_sec.cc | 368 void BTM_SetPinType(uint8_t pin_type, PIN_CODE pin_code, uint8_t pin_code_len) { in BTM_SetPinType() argument 371 pin_type, (char*)pin_code, pin_code_len); in BTM_SetPinType() 381 memcpy(btm_cb.cfg.pin_code, pin_code, pin_code_len); in BTM_SetPinType() 781 memcpy(btm_cb.pin_code, p_pin, pin_len); in BTM_PINCodeReply() 892 memcpy(btm_cb.pin_code, p_pin, PIN_CODE_LEN); in btm_sec_bond_by_transport() 4714 p_cb->cfg.pin_code); in btm_sec_pin_code_request() 4727 btsnd_hcic_pin_code_req_reply(p_bda, btm_cb.pin_code_len, p_cb->pin_code); in btm_sec_pin_code_request() 5468 btm_cb.pin_code, p_dev_rec->trusted_mask); in btm_sec_check_prefetch_pin()
|
D | btm_devctl.cc | 221 BTM_SetPinType(btm_cb.cfg.pin_type, btm_cb.cfg.pin_code, in reset_complete()
|
/system/bt/include/hardware/ |
D | bluetooth.h | 549 bt_pin_code_t* pin_code);
|
/system/bt/stack/include/ |
D | btm_api.h | 1044 extern void BTM_SetPinType(uint8_t pin_type, PIN_CODE pin_code,
|
D | hcimsgs.h | 148 PIN_CODE pin_code);
|
/system/bt/gd/security/channel/ |
D | security_manager_channel_unittest.cc | 279 std::array<uint8_t, 16> pin_code = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5}; in TEST_F() local 280 … packet = hci::PinCodeRequestReplyBuilder::Create(device_.GetAddress(), pin_code_length, pin_code); in TEST_F()
|
/system/bt/main/shim/ |
D | btm_api.h | 1657 void BTM_SetPinType(uint8_t pin_type, PIN_CODE pin_code, uint8_t pin_code_len);
|
/system/bt/stack/hcic/ |
D | hcicmds.cc | 240 uint8_t pin_code_len, PIN_CODE pin_code) { in btsnd_hcic_pin_code_req_reply() argument 254 for (i = 0; i < pin_code_len; i++) *pp++ = *pin_code++; in btsnd_hcic_pin_code_req_reply()
|
/system/bt/gd/hci/ |
D | hci_packets.pdl | 874 pin_code : 8[16], // string parameter, first octet first
|