Searched refs:tGATT_VALUE (Results 1 – 18 of 18) sorted by relevance
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_cl.cc | 232 tGATT_VALUE& attr = *((tGATT_VALUE*)p_clcb->p_attr_buf); in gatt_act_write() 317 tGATT_VALUE* p_rsp_value) { in gatt_check_write_long_terminate() 318 tGATT_VALUE* p_attr = (tGATT_VALUE*)p_clcb->p_attr_buf; in gatt_check_write_long_terminate() 348 tGATT_VALUE* p_attr = (tGATT_VALUE*)p_clcb->p_attr_buf; in gatt_send_prepare_write() 532 tGATT_VALUE* p_attr = (tGATT_VALUE*)p_clcb->p_attr_buf; in gatt_process_error_rsp() 589 tGATT_VALUE value = { in gatt_process_prep_write_rsp() 638 tGATT_VALUE value = {}; in gatt_process_notification()
|
D | gatt_attr.cc | 96 tGATT_VALUE* p_value); 98 tGATT_VALUE* p_value); 239 tGATT_VALUE* p_value, bool is_long) { in read_attr_value() 570 tGATT_VALUE attr; in gatt_att_write_cl_supp_feat() 572 memset(&attr, 0, sizeof(tGATT_VALUE)); in gatt_att_write_cl_supp_feat() 739 tGATT_VALUE ccc_value; in gatt_cl_start_config_ccc() 740 memset(&ccc_value, 0, sizeof(tGATT_VALUE)); in gatt_cl_start_config_ccc() 1119 tGATT_VALUE* p_value) { in gatt_sr_read_db_hash() 1135 tGATT_VALUE* p_value) { in gatt_sr_read_cl_supp_feat()
|
D | gatt_api.cc | 461 tGATT_VALUE indication; in GATTS_HandleValueIndication() 496 tGATT_TCB* p_tcb, std::vector<tGATT_VALUE> gatt_notif_vector) { in GATTS_HandleMultipleValueNotification() 544 tGATT_VALUE notif; in GATTS_HandleValueNotification() 551 static std::vector<tGATT_VALUE> gatt_notif_vector(2); in GATTS_HandleValueNotification() 552 tGATT_VALUE* p_gatt_notif; in GATTS_HandleValueNotification() 1045 tGATT_VALUE* p_write) { in GATTC_Write() 1065 p_clcb->p_attr_buf = (uint8_t*)osi_malloc(sizeof(tGATT_VALUE)); in GATTC_Write() 1066 memcpy(p_clcb->p_attr_buf, (void*)p_write, sizeof(tGATT_VALUE)); in GATTC_Write() 1068 tGATT_VALUE* p = (tGATT_VALUE*)p_clcb->p_attr_buf; in GATTC_Write()
|
D | gatt_utils.cc | 197 void gatt_add_pending_ind(tGATT_TCB* p_tcb, tGATT_VALUE* p_ind) { in gatt_add_pending_ind() 200 tGATT_VALUE* p_buf = (tGATT_VALUE*)osi_malloc(sizeof(tGATT_VALUE)); in gatt_add_pending_ind() 201 memcpy(p_buf, p_ind, sizeof(tGATT_VALUE)); in gatt_add_pending_ind() 330 tGATT_VALUE* p_buf = (tGATT_VALUE*)list_node(node); in gatt_is_srv_chg_ind_pending() 1699 memset(&cb_data.att_value, 0, sizeof(tGATT_VALUE)); in gatt_end_operation() 1716 memset(&cb_data.att_value, 0, sizeof(tGATT_VALUE)); in gatt_end_operation() 1720 cb_data.att_value = *((tGATT_VALUE*)p_data); in gatt_end_operation()
|
D | gatt_auth.cc | 52 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 */ 552 void gatt_add_pending_ind(tGATT_TCB* p_tcb, tGATT_VALUE* p_ind);
|
D | gatt_sr.cc | 1225 tGATT_VALUE* p_buf = in gatts_chk_pending_ind() 1226 (tGATT_VALUE*)fixed_queue_try_peek_first(tcb.pending_ind_q); in gatts_chk_pending_ind()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | gatt_api.h | 491 } tGATT_VALUE; typedef 498 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */ 631 tGATT_VALUE att_value; 1075 tGATT_VALUE* p_write);
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_gatt_api.h | 182 tGATT_VALUE* p_write)> 184 tGATT_VALUE* /* p_write */) { return return_value; }}; 186 tGATT_VALUE* p_write) { in operator()
|
D | mock_stack_srvc_dis.cc | 53 tGATT_VALUE* /* p_value */, bool /* is_long */, in dis_read_attr_value() argument
|
D | mock_stack_gatt_attr.cc | 64 tGATT_VALUE* /* p_value */, bool /* is_long */) { in read_attr_value() argument
|
D | mock_stack_gatt_api.cc | 155 tGATT_VALUE* p_write) { in GATTC_Write()
|
/packages/modules/Bluetooth/system/stack/srvc/ |
D | srvc_dis_int.h | 58 tGATT_VALUE* p_value, bool is_long,
|
D | srvc_dis.cc | 122 tGATT_VALUE* p_value, bool is_long, in dis_read_attr_value()
|
/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | gatt_fuzzer.cc | 286 tGATT_VALUE value = {}; in FuzzAsClient()
|
/packages/modules/Bluetooth/system/stack/gap/ |
D | gap_ble.cc | 129 tGATT_STATUS read_attr_value(uint16_t handle, tGATT_VALUE* p_value, in read_attr_value()
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_act.cc | 1075 tGATT_VALUE attr; in bta_gattc_write() 1477 tGATT_VALUE* att_value) { in bta_gattc_process_srvc_chg_ind()
|
D | bta_gattc_cache.cc | 857 const tGATT_VALUE& att_value = p_data->p_cmpl->att_value; in bta_gattc_read_ext_prop_desc_cmpl()
|