Searched refs:tGATT_VALUE (Results 1 – 12 of 12) sorted by relevance
/system/bt/stack/srvc/ |
D | srvc_dis_int.h | 58 tGATT_VALUE* p_value, bool is_long,
|
D | srvc_dis.cc | 115 tGATT_VALUE* p_value, bool is_long, in dis_read_attr_value()
|
/system/bt/stack/gatt/ |
D | gatt_cl.cc | 214 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()
|
D | gatt_utils.cc | 161 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()
|
D | gatt_attr.cc | 191 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()
|
D | gatt_api.cc | 426 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()
|
D | gatt_auth.cc | 47 tGATT_VALUE* p_attr = (tGATT_VALUE*)p_clcb->p_attr_buf; in gatt_sign_data()
|
D | gatt_int.h | 120 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);
|
D | gatt_sr.cc | 1110 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/ |
D | gatt_api.h | 329 } 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/ |
D | gap_ble.cc | 117 tGATT_STATUS read_attr_value(uint16_t handle, tGATT_VALUE* p_value, in read_attr_value()
|
/system/bt/bta/gatt/ |
D | bta_gattc_act.cc | 792 tGATT_VALUE attr; in bta_gattc_write() 1123 tGATT_VALUE* att_value) { in bta_gattc_process_srvc_chg_ind()
|