Home
last modified time | relevance | path

Searched refs:tGATT_VALUE (Results 1 – 16 of 16) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_cl.c217 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf; in gatt_act_write()
301 BOOLEAN gatt_check_write_long_terminate(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, tGATT_VALUE *p_rsp_v… in gatt_check_write_long_terminate()
303 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf; in gatt_check_write_long_terminate()
342 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf; in gatt_send_prepare_write()
539 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf; in gatt_process_error_rsp()
587 tGATT_VALUE value = {0}; in gatt_process_prep_write_rsp()
632 tGATT_VALUE value = {0}; in gatt_process_notification()
Dgatt_api.c572 tGATT_VALUE indication; in GATTS_HandleValueIndication()
640 tGATT_VALUE notif; in GATTS_HandleValueNotification()
997 tGATT_STATUS GATTC_Write (UINT16 conn_id, tGATT_WRITE_TYPE type, tGATT_VALUE *p_write) in GATTC_Write()
1001 tGATT_VALUE *p; in GATTC_Write()
1023 if (( p_clcb->p_attr_buf = (UINT8 *)osi_malloc((UINT16)sizeof(tGATT_VALUE))) != NULL) { in GATTC_Write()
1024 memcpy(p_clcb->p_attr_buf, (void *)p_write, sizeof(tGATT_VALUE)); in GATTC_Write()
1026 p = (tGATT_VALUE *)p_clcb->p_attr_buf; in GATTC_Write()
Dgatt_utils.c262 tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB *p_tcb, tGATT_VALUE *p_ind) in gatt_add_pending_ind()
264 tGATT_VALUE *p_buf; in gatt_add_pending_ind()
266 if ((p_buf = (tGATT_VALUE *)osi_malloc((UINT16)sizeof(tGATT_VALUE))) != NULL) { in gatt_add_pending_ind()
268 memcpy(p_buf, p_ind, sizeof(tGATT_VALUE)); in gatt_add_pending_ind()
831 tGATT_VALUE *p_buf = (tGATT_VALUE *)list_node(node); in gatt_is_srv_chg_ind_pending()
2253 memset(&cb_data.att_value, 0, sizeof(tGATT_VALUE)); in gatt_end_operation()
2266 memset(&cb_data.att_value, 0, sizeof(tGATT_VALUE)); in gatt_end_operation()
2271 cb_data.att_value = *((tGATT_VALUE *) p_data); in gatt_end_operation()
Dgatt_auth.c46 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf; in gatt_sign_data()
Dgatt_attr.c487 tGATT_VALUE ccc_value; in gatt_cl_start_config_ccc()
492 memset (&ccc_value, 0 , sizeof(tGATT_VALUE)); in gatt_cl_start_config_ccc()
Dgatt_sr.c1532 tGATT_VALUE *p_buf = (tGATT_VALUE *)fixed_queue_try_peek_first(p_tcb->pending_ind_q); in gatts_chk_pending_ind()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h329 } tGATT_VALUE; typedef
349 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */
493 tGATT_VALUE att_value;
1002 tGATT_VALUE *p_write);
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/battery/include/
Dsrvc_battery_int.h72 extern UINT8 battery_s_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEA…
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/dis/include/
Dsrvc_dis_int.h71 extern UINT8 dis_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value,
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h125 tGATT_VALUE attr_value; /* write request */
154 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */
630 extern tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB *p_tcb, tGATT_VALUE *p_ind);
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/include/
Ddis_api.h239 extern void dis_s_read_attr_value (tGATTS_DATA *p_data, tGATT_VALUE *p_value,
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/dis/
Ddis_profile.c124 void dis_s_read_attr_value (tGATTS_DATA *p_data, tGATT_VALUE *p_value, UINT32 trans_id, UINT16 conn… in dis_s_read_attr_value()
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c175 tGATT_VALUE p_value; in bas_gatts_callback()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c208 tGATT_STATUS gap_read_attr_value (UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long) in gap_read_attr_value()
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h548 typedef tGATT_VALUE tBTA_GATT_VALUE;
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c1198 tGATT_VALUE attr; in bta_gattc_write()
1917 tGATT_VALUE *att_value) in bta_gattc_process_srvc_chg_ind()