Searched refs:tGATT_VALUE (Results 1 – 11 of 11) sorted by relevance
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_cl.c | 208 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf; in gatt_act_write() 299 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() 301 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf; in gatt_check_write_long_terminate() 344 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf; in gatt_send_prepare_write() 581 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf; in gatt_process_error_rsp() 629 tGATT_VALUE value = {0}; in gatt_process_prep_write_rsp() 670 tGATT_VALUE value = {0}; in gatt_process_notification()
|
D | gatt_utils.c | 197 tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB *p_tcb, tGATT_VALUE *p_ind) in gatt_add_pending_ind() 199 tGATT_VALUE *p_buf; in gatt_add_pending_ind() 201 if ((p_buf = (tGATT_VALUE *)GKI_getbuf((UINT16)sizeof(tGATT_VALUE))) != NULL) in gatt_add_pending_ind() 204 memcpy(p_buf, p_ind, sizeof(tGATT_VALUE)); in gatt_add_pending_ind() 724 tGATT_VALUE *p_buf = (tGATT_VALUE *)GKI_getfirst(&p_tcb->pending_ind_q); in gatt_is_srv_chg_ind_pending() 742 p_buf = (tGATT_VALUE *)GKI_getnext(p_buf); in gatt_is_srv_chg_ind_pending() 2017 memset(&cb_data.att_value, 0, sizeof(tGATT_VALUE)); in gatt_end_operation() 2026 memset(&cb_data.att_value, 0, sizeof(tGATT_VALUE)); in gatt_end_operation() 2033 cb_data.att_value = *((tGATT_VALUE *) p_data); in gatt_end_operation()
|
D | gatt_api.c | 599 tGATT_VALUE indication; in GATTS_HandleValueIndication() 601 tGATT_VALUE *p_buf; in GATTS_HandleValueIndication() 671 tGATT_VALUE notif; in GATTS_HandleValueNotification() 972 tGATT_STATUS GATTC_Write (UINT16 conn_id, tGATT_WRITE_TYPE type, tGATT_VALUE *p_write) in GATTC_Write() 976 tGATT_VALUE *p; in GATTC_Write() 1001 if (( p_clcb->p_attr_buf = (UINT8 *)GKI_getbuf((UINT16)sizeof(tGATT_VALUE))) != NULL) in GATTC_Write() 1003 memcpy(p_clcb->p_attr_buf, (void *)p_write, sizeof(tGATT_VALUE)); in GATTC_Write() 1005 p = (tGATT_VALUE *)p_clcb->p_attr_buf; in GATTC_Write()
|
D | gatt_auth.c | 45 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf; in gatt_sign_data()
|
D | gatt_int.h | 119 tGATT_VALUE attr_value; /* write request */ 140 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */ 563 extern tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB *p_tcb, tGATT_VALUE *p_ind);
|
D | gatt_sr.c | 1320 tGATT_VALUE *p_buf = (tGATT_VALUE *)GKI_getfirst(&p_tcb->pending_ind_q); in gatts_chk_pending_ind()
|
/external/bluetooth/bluedroid/stack/include/ |
D | gatt_api.h | 306 } tGATT_VALUE; typedef 313 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */ 473 tGATT_VALUE att_value; 950 tGATT_VALUE *p_write);
|
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_int.h | 445 …_gattc_pack_read_cb_data(tBTA_GATTC_SERV *p_srcb, tBT_UUID descr_uuid, tGATT_VALUE *p_attr, tBTA_G…
|
D | bta_gattc_utils.c | 518 tGATT_VALUE *p_attr, tBTA_GATT_READ_VAL *p_value) in bta_gattc_pack_read_cb_data()
|
D | bta_gattc_act.c | 998 tGATT_VALUE attr = {0}; in bta_gattc_write()
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_gatt_api.h | 456 typedef tGATT_VALUE tBTA_GATT_VALUE;
|