Searched refs:tGATT_VALUE (Results 1 – 16 of 16) sorted by relevance
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_cl.c | 217 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf; in gatt_act_write() 301 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() 303 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf; in gatt_check_write_long_terminate() 342 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf; in gatt_send_prepare_write() 539 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf; in gatt_process_error_rsp() 587 tGATT_VALUE value = {0}; in gatt_process_prep_write_rsp() 632 tGATT_VALUE value = {0}; in gatt_process_notification()
|
D | gatt_api.c | 572 tGATT_VALUE indication; in GATTS_HandleValueIndication() 640 tGATT_VALUE notif; in GATTS_HandleValueNotification() 997 tGATT_STATUS GATTC_Write (UINT16 conn_id, tGATT_WRITE_TYPE type, tGATT_VALUE *p_write) in GATTC_Write() 1001 tGATT_VALUE *p; in GATTC_Write() 1023 if (( p_clcb->p_attr_buf = (UINT8 *)osi_malloc((UINT16)sizeof(tGATT_VALUE))) != NULL) { in GATTC_Write() 1024 memcpy(p_clcb->p_attr_buf, (void *)p_write, sizeof(tGATT_VALUE)); in GATTC_Write() 1026 p = (tGATT_VALUE *)p_clcb->p_attr_buf; in GATTC_Write()
|
D | gatt_utils.c | 262 tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB *p_tcb, tGATT_VALUE *p_ind) in gatt_add_pending_ind() 264 tGATT_VALUE *p_buf; in gatt_add_pending_ind() 266 if ((p_buf = (tGATT_VALUE *)osi_malloc((UINT16)sizeof(tGATT_VALUE))) != NULL) { in gatt_add_pending_ind() 268 memcpy(p_buf, p_ind, sizeof(tGATT_VALUE)); in gatt_add_pending_ind() 831 tGATT_VALUE *p_buf = (tGATT_VALUE *)list_node(node); in gatt_is_srv_chg_ind_pending() 2253 memset(&cb_data.att_value, 0, sizeof(tGATT_VALUE)); in gatt_end_operation() 2266 memset(&cb_data.att_value, 0, sizeof(tGATT_VALUE)); in gatt_end_operation() 2271 cb_data.att_value = *((tGATT_VALUE *) p_data); in gatt_end_operation()
|
D | gatt_auth.c | 46 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf; in gatt_sign_data()
|
D | gatt_attr.c | 487 tGATT_VALUE ccc_value; in gatt_cl_start_config_ccc() 492 memset (&ccc_value, 0 , sizeof(tGATT_VALUE)); in gatt_cl_start_config_ccc()
|
D | gatt_sr.c | 1532 tGATT_VALUE *p_buf = (tGATT_VALUE *)fixed_queue_try_peek_first(p_tcb->pending_ind_q); in gatts_chk_pending_ind()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/ |
D | gatt_api.h | 329 } tGATT_VALUE; typedef 349 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */ 493 tGATT_VALUE att_value; 1002 tGATT_VALUE *p_write);
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/battery/include/ |
D | srvc_battery_int.h | 72 extern UINT8 battery_s_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEA…
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/dis/include/ |
D | srvc_dis_int.h | 71 extern UINT8 dis_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value,
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/ |
D | gatt_int.h | 125 tGATT_VALUE attr_value; /* write request */ 154 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */ 630 extern tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB *p_tcb, tGATT_VALUE *p_ind);
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/include/ |
D | dis_api.h | 239 extern void dis_s_read_attr_value (tGATTS_DATA *p_data, tGATT_VALUE *p_value,
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/dis/ |
D | dis_profile.c | 124 void dis_s_read_attr_value (tGATTS_DATA *p_data, tGATT_VALUE *p_value, UINT32 trans_id, UINT16 conn… in dis_s_read_attr_value()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/battery/ |
D | battery_prf.c | 175 tGATT_VALUE p_value; in bas_gatts_callback()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/ |
D | gap_ble.c | 208 tGATT_STATUS gap_read_attr_value (UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long) in gap_read_attr_value()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 548 typedef tGATT_VALUE tBTA_GATT_VALUE;
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_act.c | 1198 tGATT_VALUE attr; in bta_gattc_write() 1917 tGATT_VALUE *att_value) in bta_gattc_process_srvc_chg_ind()
|