Home
last modified time | relevance | path

Searched defs:auth_req (Results 1 – 18 of 18) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c492 void BTA_GATTC_ReadCharacteristic(UINT16 conn_id, UINT16 handle, tBTA_GATT_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()
555 tBTA_GATT_AUTH_REQ auth_req) in BTA_GATTC_ReadMultiple()
592 tBTA_GATT_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()
668 tBTA_GATT_AUTH_REQ auth_req) in BTA_GATTC_WriteCharValue()
713 tBTA_GATT_AUTH_REQ auth_req) in BTA_GATTC_WriteCharDescr()
763 tBTA_GATT_AUTH_REQ auth_req) in BTA_GATTC_PrepareWrite()
806 tBTA_GATT_AUTH_REQ auth_req) in BTA_GATTC_PrepareWriteCharDescr()
1213 …ReadLongChar(uint8_t gatt_if, uint16_t conn_id, uint16_t handle, uint16_t offset, uint8_t auth_req) in BTA_GATTC_ReadLongChar()
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gattc_api.c441 esp_gatt_auth_req_t auth_req) in esp_ble_gattc_read_char()
477 esp_gatt_auth_req_t auth_req) in esp_ble_gattc_read_by_type()
517 esp_gatt_auth_req_t auth_req) in esp_ble_gattc_read_multiple()
553 esp_gatt_auth_req_t auth_req) in esp_ble_gattc_read_multiple_variable()
589 esp_gatt_auth_req_t auth_req) in esp_ble_gattc_read_char_descr()
626 esp_gatt_auth_req_t auth_req) in esp_ble_gattc_write_char()
669 esp_gatt_auth_req_t auth_req) in esp_ble_gattc_write_char_descr()
712 esp_gatt_auth_req_t auth_req) in esp_ble_gattc_prepare_write()
753 esp_gatt_auth_req_t auth_req) in esp_ble_gattc_prepare_write_char_descr()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h104 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/bta/dm/
Dbta_dm_ci.c46 tBTA_AUTH_REQ auth_req) in bta_dm_ci_io_req()
Dbta_dm_co.c177 tBTA_OOB_DATA oob_data, tBTA_AUTH_REQ auth_req) in bta_dm_co_io_rsp()
Dbta_dm_act.c1534 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_NO; in bta_dm_ci_io_req_act() local
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h332 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
Dsmp_api.h216 tSMP_AUTH_REQ auth_req; /* Authentication required (for local device) */ member
Dbtm_api.h1534 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
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_auth.c303 tGATT_AUTH_REQ auth_req = p_clcb->auth_req; in gatt_determine_sec_act() local
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c976 tBTM_LE_AUTH_REQ auth_req = 0x00; in btm_ble_determine_security_act() local
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()
1545 tBTM_LE_AUTH_REQ auth_req; in btm_ble_set_encryption() local
Dbtm_sec.c1647 void BTM_IoCapRsp(BD_ADDR bd_addr, tBTM_IO_CAP io_cap, tBTM_OOB_DATA oob, tBTM_AUTH_REQ auth_req) in BTM_IoCapRsp()
4890 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_NO; in btm_sec_pairing_timeout() local
4892 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_YES; in btm_sec_pairing_timeout() local
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h153 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/
Dsmp_act.c454 tBTM_LE_AUTH_REQ auth_req = *(tBTM_LE_AUTH_REQ *)p_data; in smp_proc_sec_req() local
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gatt_defs.h596 …uint8_t auth_req; /*!< Authentication requirements for accessing this attribu… member
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c1457 UINT8 oob_present, UINT8 auth_req) in btsnd_hcic_io_cap_req_reply()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h439 tGATT_AUTH_REQ auth_req; /* authentication requirement */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h480 tBTA_AUTH_REQ auth_req; member