/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_api.c | 492 void BTA_GATTC_ReadCharacteristic(UINT16 conn_id, UINT16 handle, tBTA_GATT_AUTH_REQ auth_req) in BTA_GATTC_ReadCharacteristic() argument 501 p_buf->auth_req = auth_req; in BTA_GATTC_ReadCharacteristic() 522 void BTA_GATTC_ReadCharDescr (UINT16 conn_id, UINT16 handle, tBTA_GATT_AUTH_REQ auth_req) in BTA_GATTC_ReadCharDescr() argument 532 p_buf->auth_req = auth_req; in BTA_GATTC_ReadCharDescr() 555 tBTA_GATT_AUTH_REQ auth_req) in BTA_GATTC_ReadMultiple() argument 566 p_buf->auth_req = auth_req; in BTA_GATTC_ReadMultiple() 592 tBTA_GATT_AUTH_REQ auth_req) in BTA_GATTC_ReadMultipleVariable() argument 602 p_buf->auth_req = auth_req; in BTA_GATTC_ReadMultipleVariable() 628 …_type(UINT16 conn_id, UINT16 s_handle,UINT16 e_handle, tBT_UUID *uuid, tBTA_GATT_AUTH_REQ auth_req) in BTA_GATTC_Read_by_type() argument 637 p_buf->auth_req = auth_req; in BTA_GATTC_Read_by_type() [all …]
|
D | bta_gattc_act.c | 1150 read_param.by_handle.auth_req = p_data->api_read.auth_req; in bta_gattc_read() 1176 read_param.service.auth_req = p_data->api_read.auth_req; in bta_gattc_read_by_type() 1206 read_param.read_multiple.auth_req = p_data->api_read_multi.auth_req; in bta_gattc_read_multi() 1237 read_param.read_multiple.auth_req = p_data->api_read_multi.auth_req; in bta_gattc_read_multi_var() 1273 cl_data.att_value.auth_req = p_data->api_write.auth_req; in bta_gattc_write()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gattc.h | 104 esp_gatt_auth_req_t auth_req; member 111 esp_gatt_auth_req_t auth_req; member 117 esp_gatt_auth_req_t auth_req; member 125 esp_gatt_auth_req_t auth_req; member 134 esp_gatt_auth_req_t auth_req; member 143 esp_gatt_auth_req_t auth_req; member 152 esp_gatt_auth_req_t auth_req; member 161 esp_gatt_auth_req_t auth_req; member
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_gattc_api.c | 441 esp_gatt_auth_req_t auth_req) in esp_ble_gattc_read_char() argument 467 arg.read_char.auth_req = auth_req; in esp_ble_gattc_read_char() 477 esp_gatt_auth_req_t auth_req) in esp_ble_gattc_read_by_type() argument 509 arg.read_by_type.auth_req = auth_req; in esp_ble_gattc_read_by_type() 517 esp_gatt_auth_req_t auth_req) in esp_ble_gattc_read_multiple() argument 540 arg.read_multiple.auth_req = auth_req; in esp_ble_gattc_read_multiple() 553 esp_gatt_auth_req_t auth_req) in esp_ble_gattc_read_multiple_variable() argument 576 arg.read_multiple.auth_req = auth_req; in esp_ble_gattc_read_multiple_variable() 589 esp_gatt_auth_req_t auth_req) in esp_ble_gattc_read_char_descr() argument 616 arg.read_descr.auth_req = auth_req; in esp_ble_gattc_read_char_descr() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_ci.c | 46 tBTA_AUTH_REQ auth_req) in bta_dm_ci_io_req() argument 56 p_msg->auth_req = auth_req; in bta_dm_ci_io_req()
|
D | bta_dm_co.c | 177 tBTA_OOB_DATA oob_data, tBTA_AUTH_REQ auth_req) in bta_dm_co_io_rsp() argument 180 btif_dm_proc_io_rsp(bd_addr, io_cap, oob_data, auth_req); in bta_dm_co_io_rsp()
|
D | bta_dm_act.c | 1534 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_NO; in bta_dm_ci_io_req_act() local 1535 if (p_data->ci_io_req.auth_req) { in bta_dm_ci_io_req_act() 1536 auth_req = BTM_AUTH_AP_YES; in bta_dm_ci_io_req_act() 1539 p_data->ci_io_req.oob_data, auth_req); in bta_dm_ci_io_req_act() 3185 … &p_data->io_req.oob_data, &p_data->io_req.auth_req, p_data->io_req.is_orig); in bta_dm_sp_cback() 3191 … APPL_TRACE_EVENT("io mitm: %d oob_data:%d", p_data->io_req.auth_req, p_data->io_req.oob_data); in bta_dm_sp_cback() 3196 p_data->io_rsp.oob_data, p_data->io_rsp.auth_req ); in bta_dm_sp_cback() 4789 &p_data->io_req.auth_req, in bta_dm_ble_smp_cback() 4797 … APPL_TRACE_EVENT("io mitm: %d oob_data:%d\n", p_data->io_req.auth_req, p_data->io_req.oob_data); in bta_dm_ble_smp_cback()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gattc_api.h | 699 esp_gatt_auth_req_t auth_req); 727 esp_gatt_auth_req_t auth_req); 748 esp_gatt_auth_req_t auth_req); 769 esp_gatt_auth_req_t auth_req); 793 esp_gatt_auth_req_t auth_req); 823 esp_gatt_auth_req_t auth_req); 853 esp_gatt_auth_req_t auth_req); 885 esp_gatt_auth_req_t auth_req); 915 esp_gatt_auth_req_t auth_req);
|
D | esp_gatt_defs.h | 596 …uint8_t auth_req; /*!< Authentication requirements for accessing this attribu… member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_auth.c | 303 tGATT_AUTH_REQ auth_req = p_clcb->auth_req; in gatt_determine_sec_act() local 311 if (auth_req == GATT_AUTH_REQ_NONE ) { in gatt_determine_sec_act() 317 btm_ble_link_sec_check(p_tcb->peer_bda, auth_req, &sec_act); in gatt_determine_sec_act() 324 auth_req != GATT_AUTH_REQ_NONE) { in gatt_determine_sec_act() 341 switch (auth_req) { in gatt_determine_sec_act() 374 ((auth_req == GATT_AUTH_REQ_SIGNED_NO_MITM) || in gatt_determine_sec_act() 375 (auth_req == GATT_AUTH_REQ_SIGNED_MITM))) { in gatt_determine_sec_act()
|
D | gatt_api.c | 624 indication.auth_req = GATT_AUTH_REQ_NONE; in GATTS_HandleValueIndication() 692 notif.auth_req = GATT_AUTH_REQ_NONE; in GATTS_HandleValueNotification() 1017 p_clcb->auth_req = p_read->by_handle.auth_req; in GATTC_Read() 1101 p_clcb->auth_req = p_write->auth_req; in GATTC_Write() 1787 notif.auth_req = GATT_AUTH_REQ_NONE; in GATTS_HandleMultiValueNotification()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 965 void BTA_GATTC_ReadCharacteristic(UINT16 conn_id, UINT16 handle, tBTA_GATT_AUTH_REQ auth_req); 981 …type(UINT16 conn_id, UINT16 s_handle,UINT16 e_handle, tBT_UUID *uuid, tBTA_GATT_AUTH_REQ auth_req); 995 void BTA_GATTC_ReadCharDescr (UINT16 conn_id, UINT16 handle, tBTA_GATT_AUTH_REQ auth_req); 1017 tBTA_GATT_AUTH_REQ auth_req); 1037 tBTA_GATT_AUTH_REQ auth_req); 1107 tBTA_GATT_AUTH_REQ auth_req); 1128 tBTA_GATT_AUTH_REQ auth_req); 1157 tBTA_GATT_AUTH_REQ auth_req); 1173 tBTA_GATT_AUTH_REQ auth_req);
|
D | bta_dm_ci.h | 49 tBTA_OOB_DATA oob_data, tBTA_AUTH_REQ auth_req);
|
D | bta_dm_co.h | 83 tBTA_OOB_DATA oob_data, tBTA_AUTH_REQ auth_req);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble.c | 976 tBTM_LE_AUTH_REQ auth_req = 0x00; in btm_ble_determine_security_act() local 988 auth_req |= BTM_LE_AUTH_REQ_MITM; in btm_ble_determine_security_act() 1000 auth_req |= BTM_LE_AUTH_REQ_MITM; in btm_ble_determine_security_act() 1005 btm_ble_link_sec_check(bdaddr, auth_req, &ble_sec_act); in btm_ble_determine_security_act() 1033 if (auth_req & BTM_LE_AUTH_REQ_MITM) in btm_ble_determine_security_act() 1466 void btm_ble_link_sec_check(BD_ADDR bd_addr, tBTM_LE_AUTH_REQ auth_req, tBTM_BLE_SEC_REQ_ACT *p_sec… in btm_ble_link_sec_check() argument 1471 BTM_TRACE_DEBUG ("btm_ble_link_sec_check auth_req =0x%x", auth_req); in btm_ble_link_sec_check() 1484 if (auth_req & BTM_LE_AUTH_REQ_MITM) { in btm_ble_link_sec_check() 1545 tBTM_LE_AUTH_REQ auth_req; in btm_ble_set_encryption() local 1570 auth_req = (sec_act == BTM_BLE_SEC_ENCRYPT_NO_MITM) in btm_ble_set_encryption() [all …]
|
D | btm_sec.c | 1647 void BTM_IoCapRsp(BD_ADDR bd_addr, tBTM_IO_CAP io_cap, tBTM_OOB_DATA oob, tBTM_AUTH_REQ auth_req) in BTM_IoCapRsp() argument 1659 btm_cb.devcb.loc_auth_req = auth_req; in BTM_IoCapRsp() 1663 auth_req = (BTM_AUTH_DD_BOND | (auth_req & BTM_AUTH_YN_BIT)); in BTM_IoCapRsp() 1666 btsnd_hcic_io_cap_req_reply (bd_addr, io_cap, oob, auth_req); in BTM_IoCapRsp() 3278 evt_data.auth_req = BTM_DEFAULT_AUTH_REQ; in btm_io_capabilities_req() 3320 evt_data.auth_req = BTM_DEFAULT_DD_AUTH_REQ; in btm_io_capabilities_req() 3328 evt_data.auth_req = BTM_DEFAULT_DD_AUTH_REQ; in btm_io_capabilities_req() 3376 evt_data.auth_req = BTM_AUTH_SP_YES; in btm_io_capabilities_req() 3378 evt_data.auth_req = (p_dev_rec->p_cur_service->security_flags & in btm_io_capabilities_req() 3404 evt_data.auth_req = BTM_AUTH_SPGB_YES; in btm_io_capabilities_req() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | gatt_api.h | 332 tGATT_AUTH_REQ auth_req; /* authentication request */ member 451 tGATT_AUTH_REQ auth_req; member 461 tGATT_AUTH_REQ auth_req; member 468 tGATT_AUTH_REQ auth_req; member 474 tGATT_AUTH_REQ auth_req; member
|
D | smp_api.h | 216 tSMP_AUTH_REQ auth_req; /* Authentication required (for local device) */ member
|
D | btm_api.h | 1534 tBTM_AUTH_REQ auth_req; /* Authentication required (for local device) */ member 1543 tBTM_AUTH_REQ auth_req; /* Authentication required for peer device */ member 1718 …tBTM_LE_AUTH_REQ auth_req; /* Authentication request (for local device) contain bonding a… member 3738 tBTM_OOB_DATA oob, tBTM_AUTH_REQ auth_req);
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gatt_util.c | 115 p_dest->attr_value.auth_req = p_src->attr_value.auth_req; in btc_to_bta_response()
|
D | btc_gattc.c | 603 …A_GATTC_ReadCharacteristic(arg->read_char.conn_id, arg->read_char.handle, arg->read_char.auth_req); in btc_gattc_read_char() 611 BTA_GATTC_ReadMultiple(arg->read_multiple.conn_id, &bta_multi, arg->read_multiple.auth_req); in btc_gattc_read_multiple_char() 619 …TA_GATTC_ReadMultipleVariable(arg->read_multiple.conn_id, &bta_multi, arg->read_multiple.auth_req); in btc_gattc_read_multiple_variable_char() 624 …BTA_GATTC_ReadCharDescr(arg->read_descr.conn_id, arg->read_descr.handle, arg->read_descr.auth_req); in btc_gattc_read_char_descr() 631 …onn_id, arg->read_by_type.s_handle, arg->read_by_type.e_handle, &uuid, arg->read_by_type.auth_req); in btc_gattc_read_by_type() 641 arg->write_char.auth_req); in btc_gattc_write_char() 654 arg->write_descr.auth_req); in btc_gattc_write_char_descr() 664 arg->prep_write.auth_req); in btc_gattc_prepare_write() 676 arg->prep_write_descr.auth_req); in btc_gattc_prepare_write_char_descr()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/ |
D | bta_gattc_int.h | 153 tBTA_GATT_AUTH_REQ auth_req; member 163 tBTA_GATT_AUTH_REQ auth_req; member 198 tBTA_GATT_AUTH_REQ auth_req; member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_act.c | 122 cb_data.io_req.auth_req = p_cb->peer_auth_req; in smp_send_app_cback() 142 cb_data.io_req.auth_req = 0; in smp_send_app_cback() 161 p_cb->loc_auth_req = cb_data.io_req.auth_req; in smp_send_app_cback() 454 tBTM_LE_AUTH_REQ auth_req = *(tBTM_LE_AUTH_REQ *)p_data; in smp_proc_sec_req() local 458 SMP_TRACE_DEBUG("%s auth_req=0x%x", __func__, auth_req); in smp_proc_sec_req() 461 btm_ble_link_sec_check(p_cb->pairing_bda, auth_req, &sec_req_act); in smp_proc_sec_req() 477 (auth_req & SMP_SC_SUPPORT_BIT) == 0) { in smp_proc_sec_req() 482 p_cb->peer_auth_req = auth_req; in smp_proc_sec_req()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/ |
D | btm_ble_int.h | 427 void btm_ble_link_sec_check(BD_ADDR bd_addr, tBTM_LE_AUTH_REQ auth_req, tBTM_BLE_SEC_REQ_ACT *p_sec…
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/ |
D | gap_ble.c | 550 param.service.auth_req = 0; in gap_ble_send_cl_read_request()
|