Searched defs:pin_code (Results 1 – 9 of 9) sorted by relevance
271 …_t esp_bt_gap_set_pin(esp_bt_pin_type_t pin_type, uint8_t pin_code_len, esp_bt_pin_code_t pin_code) in esp_bt_gap_set_pin()296 …gap_pin_reply(esp_bd_addr_t bd_addr, bool accept, uint8_t pin_code_len, esp_bt_pin_code_t pin_code) in esp_bt_gap_pin_reply()
108 esp_bt_pin_code_t pin_code; member116 esp_bt_pin_code_t pin_code; member
345 PIN_CODE pin_code) in btsnd_hcic_pin_code_req_reply()
710 PIN_CODE pin_code; /* PIN CODE if pin type is fixed */ member915 PIN_CODE pin_code; /* for legacy devices */ member
387 void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len) in BTM_SetPinType()
582 void BTA_DMSetPinType (UINT8 pin_type, UINT8 *pin_code, UINT8 pin_code_len) in BTA_DMSetPinType()
1847 uint32_t pin_code = (100000 + (util_rand_word() % 900000)); in app_gap_bond_req_callback() local
646 uint8_t pin_code[8]; /**< PIN code of station in enrollee mode */ member
2862 struct pin_code struct2865 uint8_t pin[PIN_CODE_MAX_LEN];