Searched refs:tGATT_VALUE (Results 1 – 16 of 16) sorted by relevance
/system/bt/stack/gatt/ |
D | gatt_attr.cc | 80 tGATT_VALUE* p_value); 82 tGATT_VALUE* p_value); 209 tGATT_VALUE* p_value, bool is_long) { in read_attr_value() 531 tGATT_VALUE attr; in gatt_att_write_cl_supp_feat() 533 memset(&attr, 0, sizeof(tGATT_VALUE)); in gatt_att_write_cl_supp_feat() 661 tGATT_VALUE ccc_value; in gatt_cl_start_config_ccc() 662 memset(&ccc_value, 0, sizeof(tGATT_VALUE)); in gatt_cl_start_config_ccc() 915 tGATT_VALUE* p_value) { in gatt_sr_read_db_hash() 931 tGATT_VALUE* p_value) { in gatt_sr_read_cl_supp_feat()
|
D | gatt_cl.cc | 220 tGATT_VALUE& attr = *((tGATT_VALUE*)p_clcb->p_attr_buf); in gatt_act_write() 306 tGATT_VALUE* p_rsp_value) { in gatt_check_write_long_terminate() 307 tGATT_VALUE* p_attr = (tGATT_VALUE*)p_clcb->p_attr_buf; in gatt_check_write_long_terminate() 337 tGATT_VALUE* p_attr = (tGATT_VALUE*)p_clcb->p_attr_buf; in gatt_send_prepare_write() 523 tGATT_VALUE* p_attr = (tGATT_VALUE*)p_clcb->p_attr_buf; in gatt_process_error_rsp() 581 tGATT_VALUE value = { in gatt_process_prep_write_rsp() 623 tGATT_VALUE value; in gatt_process_notification()
|
D | gatt_utils.cc | 164 void gatt_add_pending_ind(tGATT_TCB* p_tcb, tGATT_VALUE* p_ind) { in gatt_add_pending_ind() 167 tGATT_VALUE* p_buf = (tGATT_VALUE*)osi_malloc(sizeof(tGATT_VALUE)); in gatt_add_pending_ind() 168 memcpy(p_buf, p_ind, sizeof(tGATT_VALUE)); in gatt_add_pending_ind() 298 tGATT_VALUE* p_buf = (tGATT_VALUE*)list_node(node); in gatt_is_srv_chg_ind_pending() 1494 memset(&cb_data.att_value, 0, sizeof(tGATT_VALUE)); in gatt_end_operation() 1506 memset(&cb_data.att_value, 0, sizeof(tGATT_VALUE)); in gatt_end_operation() 1510 cb_data.att_value = *((tGATT_VALUE*)p_data); in gatt_end_operation()
|
D | gatt_api.cc | 452 tGATT_VALUE indication; in GATTS_HandleValueIndication() 501 tGATT_VALUE notif; in GATTS_HandleValueNotification() 819 tGATT_VALUE* p_write) { in GATTC_Write() 845 p_clcb->p_attr_buf = (uint8_t*)osi_malloc(sizeof(tGATT_VALUE)); in GATTC_Write() 846 memcpy(p_clcb->p_attr_buf, (void*)p_write, sizeof(tGATT_VALUE)); in GATTC_Write() 848 tGATT_VALUE* p = (tGATT_VALUE*)p_clcb->p_attr_buf; in GATTC_Write()
|
D | gatt_auth.cc | 50 tGATT_VALUE* p_attr = (tGATT_VALUE*)p_clcb->p_attr_buf; in gatt_sign_data()
|
D | gatt_int.h | 117 tGATT_VALUE attr_value; /* write request */ 136 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */ 519 extern void gatt_add_pending_ind(tGATT_TCB* p_tcb, tGATT_VALUE* p_ind);
|
D | gatt_sr.cc | 1179 tGATT_VALUE* p_buf = in gatts_chk_pending_ind() 1180 (tGATT_VALUE*)fixed_queue_try_peek_first(tcb.pending_ind_q); in gatts_chk_pending_ind()
|
/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/test/mock/ |
D | mock_stack_srvc_dis.cc | 58 tGATT_VALUE* p_value, bool is_long, in dis_read_attr_value()
|
D | mock_stack_gatt_attr.cc | 67 tGATT_VALUE* p_value, bool is_long) { in read_attr_value()
|
D | mock_stack_gatt.cc | 119 tGATT_VALUE* p_write) { in GATTC_Write()
|
/system/bt/stack/include/ |
D | gatt_api.h | 432 } tGATT_VALUE; typedef 439 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */ 571 tGATT_VALUE att_value; 964 tGATT_VALUE* p_write);
|
/system/bt/stack/gap/ |
D | gap_ble.cc | 122 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 | 833 tGATT_VALUE attr; in bta_gattc_write() 1188 tGATT_VALUE* att_value) { in bta_gattc_process_srvc_chg_ind()
|
D | bta_gattc_cache.cc | 714 const tGATT_VALUE& att_value = p_data->p_cmpl->att_value; in bta_gattc_read_ext_prop_desc_cmpl()
|