Searched refs:read_value (Results 1 – 2 of 2) sorted by relevance
163 static size_t read_value(uint16_t conn_handle, uint16_t attr_handle, in read_value() function197 return read_value(conn_handle, attr_handle, in gatt_svr_access_cb()
1350 tBTA_GATT_UNFMT read_value; in bta_gattc_read_cmpl() local1353 memset(&read_value, 0, sizeof(tBTA_GATT_UNFMT)); in bta_gattc_read_cmpl()1360 read_value.len = p_data->p_cmpl->att_value.len; in bta_gattc_read_cmpl()1361 read_value.p_value = p_data->p_cmpl->att_value.value; in bta_gattc_read_cmpl()1362 cb_data.read.p_value = &read_value; in bta_gattc_read_cmpl()