Searched refs:tGATTS_RSP (Results 1 – 12 of 12) sorted by relevance
| /hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
| D | gatt_sr.c | 161 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 …]
|
| D | gatt_attr.c | 196 …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()
|
| D | gatt_db.c | 38 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);
|
| D | gatt_api.c | 719 tGATT_STATUS status, tGATTS_RSP *p_msg) in GATTS_SendRsp()
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/gap/ |
| D | gap_ble.c | 269 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/ |
| D | gatt_api.h | 358 } tGATTS_RSP; typedef 912 tGATT_STATUS status, tGATTS_RSP *p_msg);
|
| /hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/ |
| D | battery_prf.c | 510 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/ |
| D | dis_profile.c | 190 tGATTS_RSP rsp; in dis_s_read_attr_value()
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/ |
| D | gatt_int.h | 560 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/ |
| D | esp_blufi.c | 189 memset(&rsp, 0, sizeof(tGATTS_RSP)); in blufi_profile_cb()
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
| D | bta_gatt_api.h | 554 typedef tGATTS_RSP tBTA_GATTS_RSP;
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
| D | bta_gatts_act.c | 654 (tGATTS_RSP *)p_msg->api_rsp.p_rsp) != GATT_SUCCESS) { in bta_gatts_send_rsp()
|