Home
last modified time | relevance | path

Searched refs:api_read (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c1149 read_param.by_handle.handle = p_data->api_read.handle; in bta_gattc_read()
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()
1177 read_param.service.s_handle = p_data->api_read.s_handle; in bta_gattc_read_by_type()
1178 read_param.service.e_handle = p_data->api_read.e_handle; in bta_gattc_read_by_type()
1179 memcpy(&(read_param.service.uuid), &(p_data->api_read.uuid), sizeof(tBT_UUID)); in bta_gattc_read_by_type()
1364 cb_data.read.handle = p_clcb->p_q_cmd->api_read.handle; in bta_gattc_read_cmpl()
1369 event = p_clcb->p_q_cmd->api_read.cmpl_evt; in bta_gattc_read_cmpl()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h264 tBTA_GATTC_API_READ api_read; member