Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_cl.c229 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf; in gatt_act_write()
320 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()
322 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf; in gatt_check_write_long_terminate()
365 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf; in gatt_send_prepare_write()
563 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf; in gatt_process_error_rsp()
616 tGATT_VALUE value = { in gatt_process_prep_write_rsp()
666 tGATT_VALUE value; in gatt_process_notification()
Dgatt_api.c599 tGATT_VALUE indication; in GATTS_HandleValueIndication()
601 tGATT_VALUE *p_buf; in GATTS_HandleValueIndication()
672 tGATT_VALUE notif; in GATTS_HandleValueNotification()
982 tGATT_STATUS GATTC_Write (UINT16 conn_id, tGATT_WRITE_TYPE type, tGATT_VALUE *p_write) in GATTC_Write()
986 tGATT_VALUE *p; in GATTC_Write()
1011 p_clcb->p_attr_buf = (UINT8 *)osi_malloc(sizeof(tGATT_VALUE)); in GATTC_Write()
1012 memcpy(p_clcb->p_attr_buf, (void *)p_write, sizeof(tGATT_VALUE)); in GATTC_Write()
1014 p = (tGATT_VALUE *)p_clcb->p_attr_buf; in GATTC_Write()
Dgatt_utils.c234 tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB *p_tcb, tGATT_VALUE *p_ind) in gatt_add_pending_ind()
236 tGATT_VALUE *p_buf = (tGATT_VALUE *)osi_malloc(sizeof(tGATT_VALUE)); in gatt_add_pending_ind()
241 memcpy(p_buf, p_ind, sizeof(tGATT_VALUE)); in gatt_add_pending_ind()
781 tGATT_VALUE *p_buf = (tGATT_VALUE *)list_node(node); in gatt_is_srv_chg_ind_pending()
2183 memset(&cb_data.att_value, 0, sizeof(tGATT_VALUE)); in gatt_end_operation()
2198 memset(&cb_data.att_value, 0, sizeof(tGATT_VALUE)); in gatt_end_operation()
2205 cb_data.att_value = *((tGATT_VALUE *) p_data); in gatt_end_operation()
Dgatt_int.h120 tGATT_VALUE attr_value; /* write request */
141 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */
585 extern tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB *p_tcb, tGATT_VALUE *p_ind);
Dgatt_attr.c396 tGATT_VALUE ccc_value; in gatt_cl_start_config_ccc()
401 memset (&ccc_value, 0 , sizeof(tGATT_VALUE)); in gatt_cl_start_config_ccc()
Dgatt_auth.c46 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf; in gatt_sign_data()
Dgatt_sr.c1310 tGATT_VALUE *p_buf = (tGATT_VALUE *)fixed_queue_try_peek_first(p_tcb->pending_ind_q); in gatts_chk_pending_ind()
/system/bt/stack/srvc/
Dsrvc_battery_int.h74 extern UINT8 battery_s_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEA…
Dsrvc_dis_int.h68 extern UINT8 dis_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value,
Dsrvc_battery.c112 UINT8 battery_s_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_lo… in battery_s_read_attr_value()
Dsrvc_dis.c114 UINT8 dis_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, in dis_read_attr_value()
/system/bt/stack/include/
Dgatt_api.h319 } tGATT_VALUE; typedef
326 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */
483 tGATT_VALUE att_value;
969 tGATT_VALUE *p_write);
/system/bt/bta/include/
Dbta_gatt_api.h455 typedef tGATT_VALUE tBTA_GATT_VALUE;
/system/bt/stack/gap/
Dgap_ble.c215 tGATT_STATUS gap_read_attr_value (UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long) in gap_read_attr_value()
/system/bt/bta/gatt/
Dbta_gattc_act.c1159 tGATT_VALUE attr; in bta_gattc_write()
1675 tGATT_VALUE *att_value) in bta_gattc_process_srvc_chg_ind()