Home
last modified time | relevance | path

Searched refs:pin_code_len (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gap_bt_api.c265 esp_err_t esp_bt_gap_set_pin(esp_bt_pin_type_t pin_type, uint8_t pin_code_len, esp_bt_pin_code_t pi… in esp_bt_gap_set_pin() argument
279 arg.set_pin_type.pin_code_len = pin_code_len; in esp_bt_gap_set_pin()
280 memcpy(arg.set_pin_type.pin_code, pin_code, pin_code_len); in esp_bt_gap_set_pin()
282 arg.set_pin_type.pin_code_len = 0; in esp_bt_gap_set_pin()
290 esp_err_t esp_bt_gap_pin_reply(esp_bd_addr_t bd_addr, bool accept, uint8_t pin_code_len, esp_bt_pin… in esp_bt_gap_pin_reply() argument
303 arg.pin_reply.pin_code_len = pin_code_len; in esp_bt_gap_pin_reply()
305 memcpy(arg.pin_reply.pin_code, pin_code, pin_code_len); in esp_bt_gap_pin_reply()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gap_bt.h101 uint8_t pin_code_len; member
109 uint8_t pin_code_len; member
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_bt_api.h742 esp_err_t esp_bt_gap_set_pin(esp_bt_pin_type_t pin_type, uint8_t pin_code_len, esp_bt_pin_code_t pi…
760 esp_err_t esp_bt_gap_pin_reply(esp_bd_addr_t bd_addr, bool accept, uint8_t pin_code_len, esp_bt_pin…
/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() argument
389 pin_type, (char *) pin_code, pin_code_len); in BTM_SetPinType()
398 btm_cb.cfg.pin_code_len = pin_code_len; in BTM_SetPinType()
399 memcpy (btm_cb.cfg.pin_code, pin_code, pin_code_len); in BTM_SetPinType()
892 btm_cb.pin_code_len = pin_len; in BTM_PINCodeReply()
934 …("BTM_PINCodeReply(): Saving pin_len: %d btm_cb.pin_code_len: %d\n", pin_len, btm_cb.pin_code_len); in BTM_PINCodeReply()
936 if (btm_cb.pin_code_len == 0) { in BTM_PINCodeReply()
1012 btm_cb.pin_code_len = pin_len; in btm_sec_bond_by_transport()
5075 btsnd_hcic_pin_code_req_reply (p_bda, p_cb->cfg.pin_code_len, p_cb->cfg.pin_code); in btm_sec_pin_code_request()
5086 if (btm_cb.pin_code_len != 0) { in btm_sec_pin_code_request()
[all …]
Dbtm_devctl.c198 BTM_SetPinType (btm_cb.cfg.pin_type, btm_cb.cfg.pin_code, btm_cb.cfg.pin_code_len); in reset_complete()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h722 UINT8 pin_code_len; /* Bonding information */ member
930 UINT8 pin_code_len; /* for legacy devices */ member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c650 …etPinType (arg->set_pin_type.pin_type, arg->set_pin_type.pin_code, arg->set_pin_type.pin_code_len); in btc_gap_bt_set_pin_type()
654 …BTA_DmPinReply(arg->pin_reply.bda.address, arg->pin_reply.accept, arg->pin_reply.pin_code_len, arg… in btc_gap_bt_pin_reply()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c343 BOOLEAN btsnd_hcic_pin_code_req_reply (BD_ADDR bd_addr, UINT8 pin_code_len, in btsnd_hcic_pin_code_req_reply() argument
363 UINT8_TO_STREAM (pp, pin_code_len); in btsnd_hcic_pin_code_req_reply()
365 for (i = 0; i < pin_code_len; i++) { in btsnd_hcic_pin_code_req_reply()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c644 void BTA_DMSetPinType (UINT8 pin_type, UINT8 *pin_code, UINT8 pin_code_len) in BTA_DMSetPinType() argument
651 p_msg->pin_len = pin_code_len; in BTA_DMSetPinType()
652 memcpy(p_msg->p_pin, pin_code, pin_code_len); in BTA_DMSetPinType()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h205 UINT8 pin_code_len,
Dbtm_api.h3420 void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len);
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h1973 extern void BTA_DMSetPinType (UINT8 pin_type, UINT8 *pin_code, UINT8 pin_code_len);