Searched refs:p_read_multi (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_api.c | 554 void BTA_GATTC_ReadMultiple(UINT16 conn_id, tBTA_GATTC_MULTI *p_read_multi, in BTA_GATTC_ReadMultiple() argument 567 p_buf->num_attr = p_read_multi->num_attr; in BTA_GATTC_ReadMultiple() 570 memcpy(p_buf->handles, p_read_multi->handles, sizeof(UINT16) * p_read_multi->num_attr); in BTA_GATTC_ReadMultiple() 591 void BTA_GATTC_ReadMultipleVariable(UINT16 conn_id, tBTA_GATTC_MULTI *p_read_multi, in BTA_GATTC_ReadMultipleVariable() argument 603 p_buf->num_attr = p_read_multi->num_attr; in BTA_GATTC_ReadMultipleVariable() 606 memcpy(p_buf->handles, p_read_multi->handles, sizeof(UINT16) * p_read_multi->num_attr); in BTA_GATTC_ReadMultipleVariable()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_api.c | 990 tGATT_READ_MULTI *p_read_multi; in GATTC_Read() local 1031 p_read_multi = (tGATT_READ_MULTI *)osi_malloc(sizeof(tGATT_READ_MULTI)); in GATTC_Read() 1032 p_clcb->p_attr_buf = (UINT8 *)p_read_multi; in GATTC_Read() 1033 memcpy (p_read_multi, &p_read->read_multiple, sizeof(tGATT_READ_MULTI)); in GATTC_Read()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 1156 extern void BTA_GATTC_ReadMultiple(UINT16 conn_id, tBTA_GATTC_MULTI *p_read_multi, 1172 extern void BTA_GATTC_ReadMultipleVariable(UINT16 conn_id, tBTA_GATTC_MULTI *p_read_multi,
|