Home
last modified time | relevance | path

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

/system/bt/stack/srvc/
Dsrvc_dis_int.h58 tGATT_VALUE* p_value, bool is_long,
Dsrvc_dis.cc115 tGATT_VALUE* p_value, bool is_long, in dis_read_attr_value()
/system/bt/stack/gatt/
Dgatt_cl.cc214 tGATT_VALUE& attr = *((tGATT_VALUE*)p_clcb->p_attr_buf); in gatt_act_write()
298 tGATT_VALUE* p_rsp_value) { in gatt_check_write_long_terminate()
299 tGATT_VALUE* p_attr = (tGATT_VALUE*)p_clcb->p_attr_buf; in gatt_check_write_long_terminate()
329 tGATT_VALUE* p_attr = (tGATT_VALUE*)p_clcb->p_attr_buf; in gatt_send_prepare_write()
511 tGATT_VALUE* p_attr = (tGATT_VALUE*)p_clcb->p_attr_buf; in gatt_process_error_rsp()
568 tGATT_VALUE value = { in gatt_process_prep_write_rsp()
610 tGATT_VALUE value; in gatt_process_notification()
Dgatt_utils.cc161 void gatt_add_pending_ind(tGATT_TCB* p_tcb, tGATT_VALUE* p_ind) { in gatt_add_pending_ind()
164 tGATT_VALUE* p_buf = (tGATT_VALUE*)osi_malloc(sizeof(tGATT_VALUE)); in gatt_add_pending_ind()
165 memcpy(p_buf, p_ind, sizeof(tGATT_VALUE)); in gatt_add_pending_ind()
291 tGATT_VALUE* p_buf = (tGATT_VALUE*)list_node(node); in gatt_is_srv_chg_ind_pending()
1194 memset(&cb_data.att_value, 0, sizeof(tGATT_VALUE)); in gatt_end_operation()
1206 memset(&cb_data.att_value, 0, sizeof(tGATT_VALUE)); in gatt_end_operation()
1210 cb_data.att_value = *((tGATT_VALUE*)p_data); in gatt_end_operation()
Dgatt_attr.cc191 tGATT_STATUS read_attr_value(uint16_t handle, tGATT_VALUE* p_value, in read_attr_value()
490 tGATT_VALUE attr; in gatt_att_write_cl_supp_feat()
492 memset(&attr, 0, sizeof(tGATT_VALUE)); in gatt_att_write_cl_supp_feat()
617 tGATT_VALUE ccc_value; in gatt_cl_start_config_ccc()
618 memset(&ccc_value, 0, sizeof(tGATT_VALUE)); in gatt_cl_start_config_ccc()
Dgatt_api.cc426 tGATT_VALUE indication; in GATTS_HandleValueIndication()
471 tGATT_VALUE notif; in GATTS_HandleValueNotification()
763 tGATT_VALUE* p_write) { in GATTC_Write()
789 p_clcb->p_attr_buf = (uint8_t*)osi_malloc(sizeof(tGATT_VALUE)); in GATTC_Write()
790 memcpy(p_clcb->p_attr_buf, (void*)p_write, sizeof(tGATT_VALUE)); in GATTC_Write()
792 tGATT_VALUE* p = (tGATT_VALUE*)p_clcb->p_attr_buf; in GATTC_Write()
Dgatt_auth.cc47 tGATT_VALUE* p_attr = (tGATT_VALUE*)p_clcb->p_attr_buf; in gatt_sign_data()
Dgatt_int.h120 tGATT_VALUE attr_value; /* write request */
139 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */
475 extern void gatt_add_pending_ind(tGATT_TCB* p_tcb, tGATT_VALUE* p_ind);
Dgatt_sr.cc1110 tGATT_VALUE* p_buf = in gatts_chk_pending_ind()
1111 (tGATT_VALUE*)fixed_queue_try_peek_first(tcb.pending_ind_q); in gatts_chk_pending_ind()
/system/bt/stack/include/
Dgatt_api.h329 } tGATT_VALUE; typedef
336 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */
474 tGATT_VALUE att_value;
865 tGATT_VALUE* p_write);
/system/bt/stack/gap/
Dgap_ble.cc117 tGATT_STATUS read_attr_value(uint16_t handle, tGATT_VALUE* p_value, in read_attr_value()
/system/bt/bta/gatt/
Dbta_gattc_act.cc792 tGATT_VALUE attr; in bta_gattc_write()
1123 tGATT_VALUE* att_value) { in bta_gattc_process_srvc_chg_ind()