Searched refs:tGATT_VALUE (Results 1 – 15 of 15) sorted by relevance
/system/bt/stack/gatt/ |
D | gatt_cl.c | 229 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()
|
D | gatt_api.c | 599 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()
|
D | gatt_utils.c | 234 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()
|
D | gatt_int.h | 120 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);
|
D | gatt_attr.c | 396 tGATT_VALUE ccc_value; in gatt_cl_start_config_ccc() 401 memset (&ccc_value, 0 , sizeof(tGATT_VALUE)); in gatt_cl_start_config_ccc()
|
D | gatt_auth.c | 46 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf; in gatt_sign_data()
|
D | gatt_sr.c | 1310 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/ |
D | srvc_battery_int.h | 74 extern UINT8 battery_s_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEA…
|
D | srvc_dis_int.h | 68 extern UINT8 dis_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value,
|
D | srvc_battery.c | 112 UINT8 battery_s_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_lo… in battery_s_read_attr_value()
|
D | srvc_dis.c | 114 UINT8 dis_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, in dis_read_attr_value()
|
/system/bt/stack/include/ |
D | gatt_api.h | 319 } 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/ |
D | bta_gatt_api.h | 455 typedef tGATT_VALUE tBTA_GATT_VALUE;
|
/system/bt/stack/gap/ |
D | gap_ble.c | 215 tGATT_STATUS gap_read_attr_value (UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long) in gap_read_attr_value()
|
/system/bt/bta/gatt/ |
D | bta_gattc_act.c | 1159 tGATT_VALUE attr; in bta_gattc_write() 1675 tGATT_VALUE *att_value) in bta_gattc_process_srvc_chg_ind()
|