Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_sr.c161 tGATTS_RSP *p_msg, UINT16 mtu) in process_read_multi_rsp()
174 BT_HDR *p_buf = (BT_HDR *)osi_malloc(sizeof(tGATTS_RSP)); in process_read_multi_rsp()
179 memcpy((void *)p_buf, (const void *)p_msg, sizeof(tGATTS_RSP)); in process_read_multi_rsp()
210 tGATTS_RSP *p_rsp = NULL; in process_read_multi_rsp()
218 p_rsp = (tGATTS_RSP *)list_node(node); in process_read_multi_rsp()
281 tGATTS_RSP *p_msg, UINT16 mtu) in process_read_multi_var_rsp()
295 BT_HDR *p_buf = (BT_HDR *)osi_malloc(sizeof(tGATTS_RSP)); in process_read_multi_var_rsp()
300 memcpy((void *)p_buf, (const void *)p_msg, sizeof(tGATTS_RSP)); in process_read_multi_var_rsp()
331 tGATTS_RSP *p_rsp = NULL; in process_read_multi_var_rsp()
339 p_rsp = (tGATTS_RSP *)list_node(node); in process_read_multi_var_rsp()
[all …]
Dgatt_attr.c196 …US gatt_proc_read (UINT16 conn_id, tGATTS_REQ_TYPE type, tGATT_READ_REQ *p_data, tGATTS_RSP *p_rsp) in gatt_proc_read()
347 tGATTS_RSP rsp_msg ; in gatt_request_cback()
350 memset(&rsp_msg, 0, sizeof(tGATTS_RSP)); in gatt_request_cback()
Dgatt_db.c38 extern tGATT_STATUS gap_proc_read(tGATTS_REQ_TYPE type, tGATT_READ_REQ *p_data, tGATTS_RSP *p_rsp);
39 …US gatt_proc_read(UINT16 conn_id, tGATTS_REQ_TYPE type, tGATT_READ_REQ *p_data, tGATTS_RSP *p_rsp);
Dgatt_api.c719 tGATT_STATUS status, tGATTS_RSP *p_msg) in GATTS_SendRsp()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c269 tGATT_STATUS gap_proc_read (tGATTS_REQ_TYPE type, tGATT_READ_REQ *p_data, tGATTS_RSP *p_rsp) in gap_proc_read()
344 tGATTS_RSP rsp_msg; in gap_ble_s_attr_request_cback()
349 memset(&rsp_msg, 0, sizeof(tGATTS_RSP)); in gap_ble_s_attr_request_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h358 } tGATTS_RSP; typedef
912 tGATT_STATUS status, tGATTS_RSP *p_msg);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c510 tGATTS_RSP rsp; in Battery_Rsp()
525 memset(&rsp, 0, sizeof(tGATTS_RSP)); in Battery_Rsp()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/dis/
Ddis_profile.c190 tGATTS_RSP rsp; in dis_s_read_attr_value()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h560 tGATTS_RSP rsp; /* use to read internal service attribute */
684 … *p_tcb, tGATT_IF gatt_if, UINT32 trans_id, UINT8 op_code, tGATT_STATUS status, tGATTS_RSP *p_msg);
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c189 memset(&rsp, 0, sizeof(tGATTS_RSP)); in blufi_profile_cb()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h554 typedef tGATTS_RSP tBTA_GATTS_RSP;
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_act.c654 (tGATTS_RSP *)p_msg->api_rsp.p_rsp) != GATT_SUCCESS) { in bta_gatts_send_rsp()